cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Thu, 19 May 2011 06:08:58 +0000 (15:08 +0900)
committerIngo Molnar <mingo@elte.hu>
Sat, 28 May 2011 15:02:57 +0000 (17:02 +0200)
The rule is, we have to update tsk->rt.nr_cpus_allowed if we change
tsk->cpus_allowed. Otherwise RT scheduler may confuse.

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/4DD4B3FA.5060901@jp.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found