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

The only caller has a folio so pass it in.  Removes 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/inode.c