commit | a4c366f01f10073e0220656561b875627ff7cd90 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <[email protected]> | Fri Sep 02 20:46:08 2022 +0100 |
committer | Andrew Morton <[email protected]> | Mon Oct 03 14:02:46 2022 -0700 |
tree | 98d57d0a5695396283ce40faefbaf97626d59115 | |
parent | a0d3374b070776e985bbd7b165b178fa688bf37a [diff] |
mm/swap: convert add_to_swap_cache() to take a folio With all callers using folios, we can convert add_to_swap_cache() to take a folio and use it throughout. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>