]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/swap: convert __put_single_page() to __folio_put_small()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 17:50:14 +0000 (18:50 +0100)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:09 +0000 (20:15 -0400)
commitd7a1e71fa700f5276b791f44d5c9d34156d75c04
treec935718514d1ed309dcfc2ceadf1a034360c05c6
parent4b62a7c17733a69c5bad2d3d37ab7bf7c5bfdd40
mm/swap: convert __put_single_page() to __folio_put_small()

Saves 56 bytes of text by removing a call to compound_head().

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