ext2: Convert ext2_make_empty() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 21 Sep 2023 20:07:46 +0000 (21:07 +0100)
committerJan Kara <jack@suse.cz>
Wed, 25 Oct 2023 18:31:29 +0000 (20:31 +0200)
commitda3a849a5cc012f932d956cf6f4656c0de38c729
treea29e68034417086a5016f6f708a6e48b262f6268
parentc2d20492e28c1071abfdc079f4d34acaf965b9b4
ext2: Convert ext2_make_empty() to use a folio

Remove two hidden 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-9-willy@infradead.org>
fs/ext2/dir.c