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

Saves 11 bytes of text by removing a check of PageTail.

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