diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2025-04-02 15:59:56 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-04-07 09:36:48 +0200 |
commit | e300830fcc4009d5cdd4e7fbe235b54f2472576e (patch) | |
tree | 56d025106f593a51b28c51c1e5f94f0ed683fe49 /scripts/gdb/linux/proc.py | |
parent | 03ddd7725ed1b39cf9251e1a420559f25dac49b3 (diff) |
vboxsf: Convert to writepages
If we add a migrate_folio operation, we can convert the writepage
operation to writepages. Further, this lets us optimise by using
the same write handle for multiple folios. The large folio support here
is illusory; we would need to kmap each page in turn for proper support.
But we do remove a few hidden calls to compound_head().
Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250402150005.2309458-3-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions