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>
Mon, 21 Mar 2022 17:01:35 +0000 (13:01 -0400)
commitd92013d1e5e47fefd02be6920f8470b95b37ce7d
tree94b63d2aed3ef863a15d6e3c8decf2dd4e4d5f99
parentc79b7b96db8b1240887686720cd149f2c5d979d6
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