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>
Thu, 17 Feb 2022 22:05:53 +0000 (17:05 -0500)
commitb8900922e81d0f68e9c69708fe2f764ac6efc743
tree77e3451bcd21065d4aaae27e7fa738060ea78e10
parent5e20d2d3a7595e55cb9461af6178b1fb9c48c51b
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