squashfs: Convert squashfs 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)
commit124cfc154f6cfb530bfb36e7728406c56ebf37ad
treec364609659f766c260147a576b4b63ff27fbda9b
parentf91dbd02224bb2bc5243b756f2ff72419c42aca3
squashfs: Convert squashfs 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/squashfs/file.c
fs/squashfs/super.c
fs/squashfs/symlink.c