jfs: Convert metadata pages 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:46 +0000 (16:21 -0400)
commitbb8e283a6479d2308d6938c71f1a4d4b3165660c
tree4e91a197bc707694a9f5959c810f6952b80f71a9
parent75a47803b8e118a2af4f9498acd40d9b4d4b0dff
jfs: Convert metadata pages 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/jfs/jfs_metapage.c