fuse: Convert fuse 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)
commit5efd00e4899e0a9b294b435d7c7bf53f42343e99
tree7f6c199017fb43c0f3b3a7b565de5330b57fbe53
parent42d7a524e9ee13f6ea8b1539a293a365db2ba2f5
fuse: Convert fuse 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/fuse/dir.c
fs/fuse/file.c