mm/vmscan: Turn page_check_references() into folio_check_references()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 15 Feb 2022 18:44:40 +0000 (13:44 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 1 Mar 2022 02:01:35 +0000 (21:01 -0500)
commit09549e4d589b0004abd83ac5812c54dc3d8ebc1b
treecd234872a2a84fcb73cc1b0c05be171f21b1044a
parent6a9d39c780d7105d59c9e6cd803db866796d2dc8
mm/vmscan: Turn page_check_references() into folio_check_references()

This function only has one caller, and it already has a folio.  This
removes a number of calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/vmscan.c