]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Pass a folio to f2fs_delete_inline_entry()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:30 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:44 +0000 (15:26 +0000)
commitb5b66bc4dfd1b3de47b0edd5c84f7a3616b2f534
tree6142f5b9c5d63ce15a68463fdcfcc11ab1e328c3
parent03a757121314c13ece95064c10bac81ffc6beae6
f2fs: Pass a folio to f2fs_delete_inline_entry()

The caller now has a folio so pass it in.  Removes four calls to
compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/inline.c