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

The only caller alredy has a folio so pass it in.  Remove two 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/extent_cache.c
fs/f2fs/f2fs.h
fs/f2fs/inode.c