diff options
author | 2024-02-28 18:29:37 +0000 | |
---|---|---|
committer | 2024-03-05 14:07:24 +0100 | |
commit | e1c420ac9968f40cc266ec648cce12fa55c891db (patch) | |
tree | 1906820c10cd47d40dc0e71a0b81751257031b57 /tools/perf/scripts/python | |
parent | virtio_fs: remove duplicate check if queue is broken (diff) | |
download | wireguard-linux-e1c420ac9968f40cc266ec648cce12fa55c891db.tar.xz wireguard-linux-e1c420ac9968f40cc266ec648cce12fa55c891db.zip |
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)" <willy@infradead.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions