Re: [PATCH 3/2] mm: Rename alloc_pages_current to alloc_pages
From: Vlastimil Babka <hidden>
Date: 2021-01-26 16:06:10
From: Vlastimil Babka <hidden>
Date: 2021-01-26 16:06:10
On 1/24/21 6:11 PM, Matthew Wilcox wrote:
When CONFIG_NUMA is enabled, alloc_pages() is a wrapper around alloc_pages_current(). This is pointless, just implement alloc_pages() directly. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Vlastimil Babka <redacted>