diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-02-28 18:29:37 +0000 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2024-03-05 14:07:24 +0100 |
commit | e1c420ac9968f40cc266ec648cce12fa55c891db (patch) | |
tree | 1906820c10cd47d40dc0e71a0b81751257031b57 /tools/perf/scripts/python/syscall-counts.py | |
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)" <willy@infradead.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions