]> 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)
commitf66a613f4df92aa3a975cfbde8a8ccdfad34626f
treea9b879d003a19dc85833db81de446ca43b95fb13
parentd53faa34b1e0ba8b0e6db3b039396443c3cccfcf
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