[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <662a1ed9-2a40-1082-b893-e5d7e02955b9@redhat.com>
Date: Mon, 13 Mar 2023 19:52:35 +0100
From: David Hildenbrand <david@...hat.com>
To: Lorenzo Stoakes <lstoakes@...il.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Arnd Bergmann <arnd@...db.de>, Nick Piggin <npiggin@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Vlastimil Babka <vbabka@...e.cz>,
Mel Gorman <mgorman@...hsingularity.net>,
Uladzislau Rezki <urezki@...il.com>,
Christoph Hellwig <hch@...radead.org>
Subject: Re: [PATCH] mm: prefer xxx_page() alloc/free functions for order-0
pages
On 13.03.23 13:27, Lorenzo Stoakes wrote:
> Update instances of alloc_pages(..., 0), __get_free_pages(..., 0) and
> __free_pages(..., 0) to use alloc_page(), __get_free_page() and
> __free_page() respectively in core code.
>
> Signed-off-by: Lorenzo Stoakes <lstoakes@...il.com>
> ---
Reviewed-by: David Hildenbrand <david@...hat.com>
Powered by blists - more mailing lists