Re: [PATCH] cpuset: fix the WARN_ON() in update_nodemasks_hier()

2014-07-30 Thread Tejun Heo
On Wed, Jul 30, 2014 at 03:07:13PM +0800, Li Zefan wrote: > The WARN_ON() is used to check if we break the legal hierarchy, on > which the effective mems should be equal to configured mems. > > Reported-by: Mike Qiu > Tested-by: Mike Qiu > Signed-off-by: Li Zefan Applied to cgroup/for-3.17.

[PATCH] cpuset: fix the WARN_ON() in update_nodemasks_hier()

2014-07-30 Thread Li Zefan
The WARN_ON() is used to check if we break the legal hierarchy, on which the effective mems should be equal to configured mems. Reported-by: Mike Qiu Tested-by: Mike Qiu Signed-off-by: Li Zefan --- kernel/cpuset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] cpuset: fix the WARN_ON() in update_nodemasks_hier()

2014-07-30 Thread Li Zefan
The WARN_ON() is used to check if we break the legal hierarchy, on which the effective mems should be equal to configured mems. Reported-by: Mike Qiu qiud...@linux.vnet.ibm.com Tested-by: Mike Qiu qiud...@linux.vnet.ibm.com Signed-off-by: Li Zefan lize...@huawei.com --- kernel/cpuset.c | 2 +- 1

Re: [PATCH] cpuset: fix the WARN_ON() in update_nodemasks_hier()

2014-07-30 Thread Tejun Heo
On Wed, Jul 30, 2014 at 03:07:13PM +0800, Li Zefan wrote: The WARN_ON() is used to check if we break the legal hierarchy, on which the effective mems should be equal to configured mems. Reported-by: Mike Qiu qiud...@linux.vnet.ibm.com Tested-by: Mike Qiu qiud...@linux.vnet.ibm.com