diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-08-07 20:37:32 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-09-01 20:26:05 -0700 |
| commit | 94dc8bffd8b7fe83ba8382a3410a2f218dc20cb0 (patch) | |
| tree | efb2372e8f788ee781ef1770654ed0787ed007b5 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 09022bc196d23484a7a5d48cf373f8583e3fcf23 (diff) | |
mm: return the folio from swapin_readahead
The unuse_pte_range() caller only wants the folio while do_swap_page()
wants both the page and the folio. Since do_swap_page() already has logic
for handling both the folio and the page, move the folio-to-page logic
there. This also lets us allocate larger folios in the SWP_SYNCHRONOUS_IO
path in future.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions