mm: Convert swap_readpage to call read_folio instead of readpage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 15:51:22 +0000 (11:51 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 9 May 2022 20:21:46 +0000 (16:21 -0400)
commit0f312591d656c1d81bf2cf2a5642af478397a5dc
treef5034e5c9970f407d57f9dedfa3a180ce0c24f59
parent4b4db9b4c7269a9a78cd3b334254c89c564f0636
mm: Convert swap_readpage to call read_folio instead of readpage

This commit is split out so it can be dropped when resolving
conflicts with Neil Brown's series to stop calling ->readpage in
the swap code.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/page_io.c