commit | f4b830cfceffb05d8feb899fbd28fd592f1bb0ae | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Sep 21 21:07:43 2023 +0100 |
committer | Jan Kara <jack@suse.cz> | Wed Oct 25 20:19:01 2023 +0200 |
tree | a81713e094af85fac91f8a7be60ef55b8e30dff6 | |
parent | 1de0736c3af9dadb688cad23871f9760ff22265f [diff] |
ext2: Convert ext2_empty_dir() to use a folio Save two calls to compound_head() by using the folio API. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <20230921200746.3303942-6-willy@infradead.org>