commit | cc09cb134124a42fbe3bdcebefdc54e286d8f3e5 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Dec 15 22:55:54 2020 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Oct 18 07:49:40 2021 -0400 |
tree | 9b4d5703a69507091b2c689a1f111088c19592ec | |
parent | 0d31125d2d3267ec349796418a16761bbda20387 [diff] |
mm/page_alloc: Add folio allocation functions The __folio_alloc(), __folio_alloc_node() and folio_alloc() functions are mostly for type safety, but they also ensure that the page allocator allocates a compound page and initialises the deferred list if the page is large enough to have one. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Vlastimil Babka <vbabka@suse.cz>