From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 21 Apr 2006 08:38:45 +0900 From: Yasunori Goto Subject: Re: [Patch: 001/006] pgdat allocation for new node add (specify node id) In-Reply-To: <20060420154956.1aa4acbe.akpm@osdl.org> References: <20060420190338.EE4A.Y-GOTO@jp.fujitsu.com> <20060420154956.1aa4acbe.akpm@osdl.org> Message-Id: <20060421083415.FCF2.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: > Yasunori Goto wrote: > > > > +int add_memory(int nid, u64 start, u64 size) > > +{ > > + int ret; > > + > > + /* call arch's memory hotadd */ > > + ret = arch_add_memory(nid, start, size; > > + > > + return ret; > > +} > > So this patch is missing a ), but your later patch which touches this code > actually has the ). Which tells me that this isn't the correct version of > this patch. > > I'll fix that all up, but I would ask you to carefully verify that the > patches which I merged are the ones which you meant to send, thanks. Oops. I thought I fixed it, but I made mistake. Sorry. -- Yasunori Goto -- 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