mm: Turn putback_lru_page() into folio_putback_lru()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 21 Jan 2022 13:41:46 +0000 (08:41 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 17 Feb 2022 22:05:53 +0000 (17:05 -0500)
commit5e20d2d3a7595e55cb9461af6178b1fb9c48c51b
tree517893e3e56c696c51c8757414088eb21ee80991
parent051d010d5406de38e7efd981f043a39f3093c725
mm: Turn putback_lru_page() into folio_putback_lru()

Add a putback_lru_page() wrapper.  Removes a couple of compound_head()
calls.

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