ecryptfs: Convert ecryptfs 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)
commit025e65c3438ecf677348b7b6ad87758e05f8daf4
tree1be008135c0b282456d2bb659979d29770f5dd3c
parent5aab331ad68f7cad432f350c6b28f0b5a9c777fc
ecryptfs: Convert ecryptfs 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/ecryptfs/mmap.c