f2fs: Convert f2fs to read_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 15:12:16 +0000 (11:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 9 May 2022 20:21:45 +0000 (16:21 -0400)
commitbe05584f0670a572ea9ecd949403363f5f392c29
tree80533e927687bb5d31402e31d50777676f971081
parentfe5ddf6b21c7b9b2c6e29ef6fd38d827ced55e6e
f2fs: Convert f2fs to read_folio

This is a "weak" conversion which converts straight back to using pages.
A full conversion should be performed at some point, hopefully by
someone familiar with the filesystem.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/f2fs/data.c