Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753222Ab3GDE31 (ORCPT ); Thu, 4 Jul 2013 00:29:27 -0400 Received: from LGEMRELSE7Q.lge.com ([156.147.1.151]:58980 "EHLO LGEMRELSE7Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015Ab3GDE30 (ORCPT ); Thu, 4 Jul 2013 00:29:26 -0400 X-AuditID: 9c930197-b7c79ae000003295-61-51d4fa25ae11 Date: Thu, 4 Jul 2013 13:29:25 +0900 From: Joonsoo Kim To: Christoph Lameter Cc: Andrew Morton , Mel Gorman , David Rientjes , Glauber Costa , Johannes Weiner , KOSAKI Motohiro , Rik van Riel , Hugh Dickins , Minchan Kim , Jiang Liu , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/5] mm, page_alloc: support multiple pages allocation Message-ID: <20130704042925.GB7132@lge.com> References: <1372840460-5571-1-git-send-email-iamjoonsoo.kim@lge.com> <1372840460-5571-2-git-send-email-iamjoonsoo.kim@lge.com> <0000013fa540f411-a89dd4a2-0fc9-428d-ad1e-5fa032413911-000000@email.amazonses.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0000013fa540f411-a89dd4a2-0fc9-428d-ad1e-5fa032413911-000000@email.amazonses.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 926 Lines: 25 On Wed, Jul 03, 2013 at 03:57:45PM +0000, Christoph Lameter wrote: > On Wed, 3 Jul 2013, Joonsoo Kim wrote: > > > @@ -298,13 +298,15 @@ static inline void arch_alloc_page(struct page *page, int order) { } > > > > struct page * > > __alloc_pages_nodemask(gfp_t gfp_mask, unsigned int order, > > - struct zonelist *zonelist, nodemask_t *nodemask); > > + struct zonelist *zonelist, nodemask_t *nodemask, > > + unsigned long *nr_pages, struct page **pages); > > > > Add a separate function for the allocation of multiple pages instead? Hello. I will try it, but, I don't like to implement a separate function. Please reference my reply to [0/5]. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/