f2fs: Pass a folio to f2fs_do_read_inline_data()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:24 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:43 +0000 (15:26 +0000)
commit848839ce05055c7eb6edb7fc29177b2911a3f96e
tree0a474e9378d6ed6eb43517e345922e98d2f821d3
parentf1d54e07a97f484862f418827fc5b88b026185e5
f2fs: Pass a folio to f2fs_do_read_inline_data()

All callers now have 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/data.c
fs/f2fs/f2fs.h
fs/f2fs/inline.c