minixfs: Convert minix_make_empty() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 10 Jul 2024 00:42:38 +0000 (20:42 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:57 +0000 (11:31 +0200)
commitda2c04c15068adaf4a5cce0f47fd7aad97ac8c4f
treefe05e20e79228759de4218929ffd8f72a87c734a
parente033fe609d749749ba40554f6c312f9b29b28447
minixfs: Convert minix_make_empty() to use a folio

Removes a few hidden calls to compound_head().

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/minix/dir.c