From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08659C76196 for ; Wed, 22 Mar 2023 16:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229924AbjCVQ3x (ORCPT ); Wed, 22 Mar 2023 12:29:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230060AbjCVQ3t (ORCPT ); Wed, 22 Mar 2023 12:29:49 -0400 X-Greylist: delayed 432 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 22 Mar 2023 09:29:33 PDT Received: from outbound-smtp24.blacknight.com (outbound-smtp24.blacknight.com [81.17.249.192]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E99A33C22 for ; Wed, 22 Mar 2023 09:29:33 -0700 (PDT) Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp24.blacknight.com (Postfix) with ESMTPS id AF994C0C72 for ; Wed, 22 Mar 2023 16:22:19 +0000 (GMT) Received: (qmail 19064 invoked from network); 22 Mar 2023 16:22:19 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.21.103]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 22 Mar 2023 16:22:19 -0000 Date: Wed, 22 Mar 2023 16:22:18 +0000 From: Mel Gorman To: Lorenzo Stoakes Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Arnd Bergmann , David Hildenbrand , Nick Piggin , Peter Zijlstra , Vlastimil Babka , Uladzislau Rezki , Christoph Hellwig Subject: Re: [PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages Message-ID: <20230322162218.x7soyuwflru7dutd@techsingularity.net> References: <50c48ca4789f1da2a65795f2346f5ae3eff7d665.1678710232.git.lstoakes@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <50c48ca4789f1da2a65795f2346f5ae3eff7d665.1678710232.git.lstoakes@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 13, 2023 at 12:27:14PM +0000, 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 Acked-by: Mel Gorman -- Mel Gorman SUSE Labs