commit | 14d01ee9fcb901c9e020f2dcd71c500f10c3bd03 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <[email protected]> | Fri Sep 02 20:46:05 2022 +0100 |
committer | Andrew Morton <[email protected]> | Mon Oct 03 14:02:46 2022 -0700 |
tree | ea3be38d215f5f82f06d11a1fba8c25d2d0ef8bd | |
parent | 907ea17eb2b436f07332c935476d77893abae735 [diff] |
mm/swapfile: remove page_swapcount() By restructuring folio_swapped(), it can use swap_swapcount() instead of page_swapcount(). It's even a little more efficient. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> Signed-off-by: Andrew Morton <[email protected]>