cifs: Convert cifs 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)
commitce3bb0d2cb60fbfcd5e27d489e13e6ed7a4a7dfe
tree4ccd79b66fc1e5a1c2b4390e115bb630190bb473
parentfb12489b0dfd0028dc504575f3fae0532c412cf4
cifs: Convert cifs to read_folio

This is a "weak" conversion which converts straight back to using pages.
CIFS should probably be converted to use netfs_read_folio() by someone
familiar with it.

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