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

The only caller has a folio, so pass it in.

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/f2fs.h
fs/f2fs/inline.c
fs/f2fs/recovery.c