mm/vmscan: remove ignore_references argument of reclaim_pages()
authorSeongJae Park <sj@kernel.org>
Mon, 29 Apr 2024 22:44:50 +0000 (15:44 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 7 May 2024 17:37:02 +0000 (10:37 -0700)
commit14f5be2a2d9bb7eb21807b6e62de73dd24082b73
tree1cab65741d808310decfb00de132ce68a99ba0e5
parentebd3f70c630a9a1aa1e27a63a7e0ffe97a0c1189
mm/vmscan: remove ignore_references argument of reclaim_pages()

All reclaim_pages() callers are setting 'ignore_references' parameter
'true'.  In other words, the parameter is not really being used.  Remove
the argument to make it simple.

Link: https://lkml.kernel.org/r/20240429224451.67081-4-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/paddr.c
mm/internal.h
mm/madvise.c
mm/vmscan.c