mm/vmscan: Convert __remove_mapping() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 23 Dec 2021 21:50:23 +0000 (16:50 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 21 Mar 2022 16:59:01 +0000 (12:59 -0400)
commitbe7c07d60e13ac1c3611de93be2e866af8e635d7
treeb4185c962bb92dca95d45e6fde045bcefcc31f94
parentca6d60f3f18b78d37b7a93262108ade0727d1441
mm/vmscan: Convert __remove_mapping() to take a folio

This removes a few hidden calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
mm/vmscan.c