From: Namhyung Kim Date: Sat, 7 Jul 2012 07:49:02 +0000 (+0900) Subject: sched: Use task_rq_unlock() in __sched_setscheduler() X-Git-Tag: v3.6-rc2~38^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45afb1734fa6323a8ba08bd6c392ee227df67dde;p=pandora-kernel.git sched: Use task_rq_unlock() in __sched_setscheduler() 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 Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1341647342-6742-1-git-send-email-namhyung@kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed