]> git.baikalelectronics.ru Git - kernel.git/commit
vmscan: check folio_test_private(), not folio_get_private()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 2 Sep 2022 19:26:39 +0000 (20:26 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 11 Sep 2022 23:22:31 +0000 (16:22 -0700)
commitae30349b2caed64f8e791cb667221dc0b20bb2be
tree435005045bb6c67fb9cb1bb4deb8b33a9672ecd7
parent4715764e29d87852fd02c8df1bb714370c4ce226
vmscan: check folio_test_private(), not folio_get_private()

These two predicates are the same for file pages, but are not the same for
anonymous pages.

Link: https://lkml.kernel.org/r/20220902192639.1737108-3-willy@infradead.org
Fixes: 3e7418ee6f07 ("mm/vmscan: convert shrink_active_list() to use a folio")
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reported-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c