]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Return a folio from f2fs_init_inode_metadata()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:45 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:46 +0000 (15:26 +0000)
commita6d26d5c7581df7b4ae9e708c34c149ca8491865
tree9d6c7eb57d052611fc0d2780db130155f598b731
parent398c7df7bc6bf8fd7682e804866aaa6dfbf792f5
f2fs: Return a folio from f2fs_init_inode_metadata()

Convert all three callers to handle a folio return.  Remove three
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