]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/page_io.c
swap: convert swap_writepage() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 2 Sep 2022 19:46:36 +0000 (20:46 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:02:52 +0000 (14:02 -0700)
commit71fa1a533d2e027a3df98fd065605bebab42d7bf
tree0034f070901afe829a3b0d66bb811934adcda459
parentaedd74d4397a2b1a4882215b6169b47d139c0319
swap: convert swap_writepage() to use a folio

Removes many calls to compound_head().

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