]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: fix PSWPIN counter for large folios swap-in
authorBarry Song <v-songbaohua@oppo.com>
Wed, 23 Oct 2024 21:02:01 +0000 (10:02 +1300)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 31 Oct 2024 03:14:11 +0000 (20:14 -0700)
commitb54e1bfecc4b2775c184d2edb319232b853a686d
tree9c899f187184ae5dd40d652418e355cc73ecfb34
parente0fc203748377835bbb4fb4c45174592214a3211
mm: fix PSWPIN counter for large folios swap-in

Similar to PSWPOUT, we should count the number of base pages instead of
large folios.

Link: https://lkml.kernel.org/r/20241023210201.2798-1-21cnbao@gmail.com
Fixes: 242d12c98174 ("mm: support large folios swap-in for sync io devices")
Signed-off-by: Barry Song <v-songbaohua@oppo.com>
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Chris Li <chrisl@kernel.org>
Cc: Yosry Ahmed <yosryahmed@google.com>
Cc: "Huang, Ying" <ying.huang@intel.com>
Cc: Kairui Song <kasong@tencent.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Kanchana P Sridhar <kanchana.p.sridhar@intel.com>
Cc: Usama Arif <usamaarif642@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_io.c