diff options
author | Matthew Wilcox (Oracle) <[email protected]> | 2024-02-28 18:29:37 +0000 |
---|---|---|
committer | Miklos Szeredi <[email protected]> | 2024-03-05 14:07:24 +0100 |
commit | e1c420ac9968f40cc266ec648cce12fa55c891db (patch) | |
tree | 1906820c10cd47d40dc0e71a0b81751257031b57 /drivers/usb | |
parent | f9c29137392e77319f9974c2cdf27d087f05abee (diff) |
fuse: Remove fuse_writepage
The writepage operation is deprecated as it leads to worse performance
under high memory pressure due to folios being written out in LRU order
rather than sequentially within a file. Use filemap_migrate_folio() to
support dirty folio migration instead of writepage.
Signed-off-by: "Matthew Wilcox (Oracle)" <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions