]> www.infradead.org Git - nvme.git/commit
mm/vmscan: update stale references to shrink_page_list
authorIllia Ostapyshyn <illia@yshyn.com>
Fri, 17 May 2024 09:13:48 +0000 (11:13 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:29:52 +0000 (19:29 -0700)
commit0ba5e806e14e97a4dd34e21ae2994693bcdd0406
tree31745fb9e970f9f5f10e0dc53ee8ab0b81c9a26d
parent525c30304928ff0efee4dfab8319a9d4f254ab46
mm/vmscan: update stale references to shrink_page_list

Commit 49fd9b6df54e ("mm/vmscan: fix a lot of comments") renamed
shrink_page_list() to shrink_folio_list().  Fix up the remaining
references to the old name in comments and documentation.

Link: https://lkml.kernel.org/r/20240517091348.1185566-1-illia@yshyn.com
Signed-off-by: Illia Ostapyshyn <illia@yshyn.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/mm/unevictable-lru.rst
mm/memory.c
mm/swap_state.c
mm/truncate.c