commit | 8b463be3a0241558071e6ba9bf11e4bf42ccc856 | [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 | cef07caaf52c10b48bfd45e262e99c71082652e1 | |
parent | a9595b305c0f6cbbf9505325509d95637f6a7062 [diff] |
mm: add folio_test_movable() This is the folio equivalent of PageMovable() which is needed to convert mm/migrate.c to folios. Link: https://lkml.kernel.org/r/20220504182857.4013401-26-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>