]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/swap: convert __page_cache_release() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 17:50:16 +0000 (18:50 +0100)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:09 +0000 (20:15 -0400)
commit9f9469fd3e2bf8329dac26f1ad841fccc28b098c
tree84e3b81d510684c582a0c31c3dfe7f21f887a007
parentccde2aad32f040d8bc72811df05cbd1d405cd253
mm/swap: convert __page_cache_release() to use a folio

All the callers now have a folio.  Saves several calls to compound_head,
totalling 502 bytes of text.

Link: https://lkml.kernel.org/r/20220617175020.717127-19-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swap.c