]> git.baikalelectronics.ru Git - kernel.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)
committerakpm <akpm@linux-foundation.org>
Mon, 4 Jul 2022 01:08:47 +0000 (18:08 -0700)
commite03f348ae50307681af05168c2bc2ad7c9077ff3
treea9b879d003a19dc85833db81de446ca43b95fb13
parent686526dc88da6e28be3768b61a8a29f30c34b1ed
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