From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Date: Fri, 10 Feb 2006 16:30:41 +0000 Subject: Re: [Lhms-devel] [RFC/PATCH: 001/010] Memory hotplug for new nodes Message-Id: <1139589041.9209.77.camel@localhost.localdomain> List-Id: References: <20060210223757.C530.Y-GOTO@jp.fujitsu.com> In-Reply-To: <20060210223757.C530.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yasunori Goto Cc: "Luck, Tony" , Andi Kleen , "Tolentino, Matthew E" , linux-ia64@vger.kernel.org, Linux Kernel ML , Linux Hotplug Memory Support , x86-64 Discuss On Fri, 2006-02-10 at 23:20 +0900, Yasunori Goto wrote: > + NODE_DATA(nid)->kswapd = kthread_create(kswapd, NODE_DATA(nid), "kswapd%d", nid); Can this fail? -- Dave