sched: Use task_rq_unlock() in __sched_setscheduler()
authorNamhyung Kim <namhyung.kim@lge.com>
Sat, 7 Jul 2012 07:49:02 +0000 (16:49 +0900)
committerIngo Molnar <mingo@kernel.org>
Thu, 26 Jul 2012 09:46:59 +0000 (11:46 +0200)
It seems there's no specific reason to open-code it.  I guess
commit 0122ec5b02f76 ("sched: Add p->pi_lock to task_rq_lock()")
simply missed it.  Let's be consistent with others.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1341647342-6742-1-git-send-email-namhyung@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found