]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/swap_state.c
mm/swap: convert find_get_incore_page to use folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 19 Oct 2022 18:33:30 +0000 (19:33 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 9 Nov 2022 01:37:18 +0000 (17:37 -0800)
commitdd8095b15a6034165bc48da1eb6d0acc73c1558a
tree4ada6b2c0c8256221b88eb39024182e86a38a3b9
parent9ee2c086271639d82ad8f6e96b91fa7991800c0a
mm/swap: convert find_get_incore_page to use folios

Eliminates a use of FGP_HEAD and saves 35 bytes of text.

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