ext2: Convert ext2_delete_entry() to use folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 21 Sep 2023 20:07:44 +0000 (21:07 +0100)
committerJan Kara <jack@suse.cz>
Wed, 25 Oct 2023 18:28:33 +0000 (20:28 +0200)
commit7e56bbf15d95b888f781b67f4ed2f3e08edc899a
tree955c82b56548cf9cbcfa4584e37cfa0526cb02ec
parentf4b830cfceffb05d8feb899fbd28fd592f1bb0ae
ext2: Convert ext2_delete_entry() to use folios

Save some 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-7-willy@infradead.org>
fs/ext2/dir.c