f2fs: Convert __read_io_type() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 Nov 2024 04:58:25 +0000 (04:58 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 16 Dec 2024 16:12:23 +0000 (16:12 +0000)
commit19bbd306ddfd50a2f6cf0c3ccaaa079f22ddf4c5
treee4a41c1680807075285606884e139ca902c76e10
parentf58d8645824b4885caa9e24989f8e601b5e7ed50
f2fs: Convert __read_io_type() to take a folio

Remove the last call to page_file_mapping() as both callers can now pass
in a folio.

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