]> Git Repo - linux.git/commit - mm/ksm.c
mm/memory-failure: pass the folio to collect_procs_ksm()
authorMatthew Wilcox (Oracle) <[email protected]>
Fri, 12 Apr 2024 19:35:08 +0000 (20:35 +0100)
committerAndrew Morton <[email protected]>
Mon, 6 May 2024 00:53:47 +0000 (17:53 -0700)
commitb650e1d2aefbbb31e7578ad60a0a71bf5e5c5346
tree352e571a47f564a9e490891b7ce9d39efd8e817d
parent0edb5b282ac5a4f9b1bdc22120c9b145be315622
mm/memory-failure: pass the folio to collect_procs_ksm()

We've already calculated it, so pass it in instead of recalculating it in
collect_procs_ksm().

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Jane Chu <[email protected]>
Reviewed-by: Miaohe Lin <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Miaohe Lin <[email protected]>
Cc: Oscar Salvador <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
include/linux/ksm.h
mm/ksm.c
mm/memory-failure.c
This page took 0.058425 seconds and 4 git commands to generate.