diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2023-01-26 20:12:54 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-02-02 22:33:34 -0800 |
| commit | d585bdbeb79aa13b8a9bbe952d90f5252f7fe909 (patch) | |
| tree | db6fb832bc0d53fa57c6f849835b31a1b1854d31 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 00cdf76012ab78b225345e8cf77d5391b4680b45 (diff) | |
fs: convert writepage_t callback to pass a folio
Patch series "Convert writepage_t to use a folio".
More folioisation. I split out the mpage work from everything else
because it completely dominated the patch, but some implementations I just
converted outright.
This patch (of 2):
We always write back an entire folio, but that's currently passed as the
head page. Convert all filesystems that use write_cache_pages() to expect
a folio instead of a page.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions