commit | bad6da64565846ef5ba85b0b685cfde9db0085dc | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Jan 11 14:29:04 2023 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Thu Feb 02 22:32:58 2023 -0800 |
tree | c3ef1348eaa9acbb14ffa3cf94bc63ba62d2a0f8 | |
parent | 21a000fe97a018c6d25be63892afb4fd8210ab57 [diff] |
mm: convert set_compound_page_dtor() and set_compound_order() to folios Replace uses of compound_dtor, compound_order and compound_nr by their folio equivalents. Link: https://lkml.kernel.org/r/20230111142915.1001531-19-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>