diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-10-25 22:08:11 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-11-05 19:19:58 +0300 |
commit | 807a11dab9dc42dc999ece92d1277b3da37ecfab (patch) | |
tree | 3334abf8e5a1baaa0a0c9226fc7db67f22cb6e07 /rust/helpers/blk.c | |
parent | 81983758430957d9a5cb3333fe324fd70cf63e7e (diff) | |
download | linux-807a11dab9dc42dc999ece92d1277b3da37ecfab.tar.xz |
ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
By adding a ->migrate_folio implementation, theree is no need to keep
the ->writepage implementation. The new writepages removes the
unnecessary call to SetPageUptodate(); the folio should already be
uptodate at this point.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20241025190822.1319162-2-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'rust/helpers/blk.c')
0 files changed, 0 insertions, 0 deletions