]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/page_io.c
mm/page_io: convert count_swpout_vm_event() to take in a folio
authorZhangPeng <zhangpeng362@huawei.com>
Fri, 21 Jul 2023 03:44:50 +0000 (11:44 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:46 +0000 (10:12 -0700)
commit9b72b134eedc6fbdf7b59c9c4764a57d14b2fea7
treeaff9c51665454f88fba34719421c7258c15b51f9
parent2675251d5037c308a03f8ad1545b4169522cb950
mm/page_io: convert count_swpout_vm_event() to take in a folio

Convert count_swpout_vm_event() to take in a folio. We can remove five
implicit calls to compound_head() by taking in a folio.

Link: https://lkml.kernel.org/r/20230721034451.16412-10-zhangpeng362@huawei.com
Signed-off-by: ZhangPeng <zhangpeng362@huawei.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Nanyong Sun <sunnanyong@huawei.com>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_io.c