]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmscan: remove ignore_references argument of reclaim_folio_list()
authorSeongJae Park <sj@kernel.org>
Mon, 29 Apr 2024 22:44:51 +0000 (15:44 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 7 May 2024 17:37:02 +0000 (10:37 -0700)
commitc961bddb7df086a557dfcd8c1846f49e75d62888
treea644505d133fa729e338b90d181a36e3bbd425b7
parent14f5be2a2d9bb7eb21807b6e62de73dd24082b73
mm/vmscan: remove ignore_references argument of reclaim_folio_list()

All reclaim_folio_list() callers are passing 'true' for
'ignore_references' parameter.  In other words, the parameter is not
really being used.  Simplify the code by removing the parameter.

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