Re: [PATCH 04/10] cpuset: remove cpuset_test_cpumask()

2013-04-19 Thread Tejun Heo
On Fri, Apr 19, 2013 at 08:26:15PM +0800, Li Zefan wrote: > The test is done in set_cpus_allowed_ptr(), so it's redundant. > > Signed-off-by: Li Zefan For 0001-0004, Acked-by: Tejun Heo I'll apply these into for-3.11 once v3.10-rc1 drops. Thanks. -- tejun -- To unsubscribe from this

[PATCH 04/10] cpuset: remove cpuset_test_cpumask()

2013-04-19 Thread Li Zefan
The test is done in set_cpus_allowed_ptr(), so it's redundant. Signed-off-by: Li Zefan --- kernel/cpuset.c | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 66302a9..8b0e433 100644 --- a/kernel/cpuset.c +++

[PATCH 04/10] cpuset: remove cpuset_test_cpumask()

2013-04-19 Thread Li Zefan
The test is done in set_cpus_allowed_ptr(), so it's redundant. Signed-off-by: Li Zefan lize...@huawei.com --- kernel/cpuset.c | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 66302a9..8b0e433 100644 ---

Re: [PATCH 04/10] cpuset: remove cpuset_test_cpumask()

2013-04-19 Thread Tejun Heo
On Fri, Apr 19, 2013 at 08:26:15PM +0800, Li Zefan wrote: The test is done in set_cpus_allowed_ptr(), so it's redundant. Signed-off-by: Li Zefan lize...@huawei.com For 0001-0004, Acked-by: Tejun Heo t...@kernel.org I'll apply these into for-3.11 once v3.10-rc1 drops. Thanks. -- tejun --