Re: [PATCH v3 3/9] memory-hotplug: flush the work for the node when the node is offlined

2012-10-19 Thread Wen Congyang
At 10/19/2012 03:01 PM, KOSAKI Motohiro Wrote: > On Fri, Oct 19, 2012 at 2:46 AM, wrote: >> From: Yasuaki Ishimatsu >> >> If the node is onlined after it is offlined, we will clear the memory >> to store the node's information. This structure contains struct work, >> so we should flush work befo

Re: [PATCH v3 3/9] memory-hotplug: flush the work for the node when the node is offlined

2012-10-19 Thread KOSAKI Motohiro
On Fri, Oct 19, 2012 at 2:46 AM, wrote: > From: Yasuaki Ishimatsu > > If the node is onlined after it is offlined, we will clear the memory > to store the node's information. This structure contains struct work, > so we should flush work before the work's information is cleared. This explanatio

[PATCH v3 3/9] memory-hotplug: flush the work for the node when the node is offlined

2012-10-18 Thread wency
From: Yasuaki Ishimatsu If the node is onlined after it is offlined, we will clear the memory to store the node's information. This structure contains struct work, so we should flush work before the work's information is cleared. CC: David Rientjes CC: Jiang Liu Cc: Minchan Kim CC: Andrew Mor