aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/vmscan.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2022-06-17 18:50:15 +0100
committerakpm <akpm@linux-foundation.org>2022-07-03 18:08:47 -0700
commit5ef82fe7f6bca2827c3d1457e9ecd6219da29ede (patch)
treef40195fd2129c4dc3b58da7c0d03f52de7660a58 /mm/vmscan.c
parentmm/swap: convert __put_single_page() to __folio_put_small() (diff)
downloadwireguard-linux-5ef82fe7f6bca2827c3d1457e9ecd6219da29ede.tar.xz
wireguard-linux-5ef82fe7f6bca2827c3d1457e9ecd6219da29ede.zip
mm/swap: convert __put_compound_page() to __folio_put_large()
All the callers now have a folio, so pass it in. This doesn't save any text, but it does save a call to compound_head() as folio_test_hugetlb() does not contain a call like PageHuge() does. Link: https://lkml.kernel.org/r/20220617175020.717127-18-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions