From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx199.postini.com [74.125.245.199]) by kanga.kvack.org (Postfix) with SMTP id 780D46B0062 for ; Tue, 15 Jan 2013 20:27:31 -0500 (EST) Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 15 Jan 2013 20:27:30 -0500 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 4906EC90041 for ; Tue, 15 Jan 2013 20:27:28 -0500 (EST) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0G1RRtu43778062 for ; Tue, 15 Jan 2013 20:27:27 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0G1RQuX010808 for ; Tue, 15 Jan 2013 20:27:27 -0500 Message-ID: <50F601F7.3010000@linux.vnet.ibm.com> Date: Tue, 15 Jan 2013 17:27:19 -0800 From: Dave Hansen MIME-Version: 1.0 Subject: Re: [PATCH 14/17] mm/memory_hotplug: factor out zone+pgdat growth. References: <1358295894-24167-1-git-send-email-cody@linux.vnet.ibm.com> <1358295894-24167-15-git-send-email-cody@linux.vnet.ibm.com> In-Reply-To: <1358295894-24167-15-git-send-email-cody@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Cody P Schafer Cc: Linux MM , LKML , Andrew Morton , Catalin Marinas On 01/15/2013 04:24 PM, Cody P Schafer wrote: > Create a new function grow_pgdat_and_zone() which handles locking + > growth of a zone & the pgdat which it is associated with. Why is this being factored out? Will it be reused somewhere? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756809Ab3APB1c (ORCPT ); Tue, 15 Jan 2013 20:27:32 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:37895 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754976Ab3APB1b (ORCPT ); Tue, 15 Jan 2013 20:27:31 -0500 Message-ID: <50F601F7.3010000@linux.vnet.ibm.com> Date: Tue, 15 Jan 2013 17:27:19 -0800 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Cody P Schafer CC: Linux MM , LKML , Andrew Morton , Catalin Marinas Subject: Re: [PATCH 14/17] mm/memory_hotplug: factor out zone+pgdat growth. References: <1358295894-24167-1-git-send-email-cody@linux.vnet.ibm.com> <1358295894-24167-15-git-send-email-cody@linux.vnet.ibm.com> In-Reply-To: <1358295894-24167-15-git-send-email-cody@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13011601-7182-0000-0000-000004766E5D Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/15/2013 04:24 PM, Cody P Schafer wrote: > Create a new function grow_pgdat_and_zone() which handles locking + > growth of a zone & the pgdat which it is associated with. Why is this being factored out? Will it be reused somewhere?