commit | e7e3ffeb274f1ff5bc68bb9135128e1ba14a7d53 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu May 12 20:23:05 2022 -0700 |
committer | Andrew Morton <akpm@linux-foundation.org> | Fri May 13 07:20:17 2022 -0700 |
tree | 95e8ad9ce92ae7fbf78dc90d2f76568397452df2 | |
parent | 8b463be3a0241558071e6ba9bf11e4bf42ccc856 [diff] |
mm/migrate: convert move_to_new_page() into move_to_new_folio() Pass in the folios that we already have in each caller. Saves a lot of calls to compound_head(). Link: https://lkml.kernel.org/r/20220504182857.4013401-27-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>