From: Oleg Nesterov Date: Tue, 30 Mar 2010 16:58:29 +0000 (+0200) Subject: sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock X-Git-Tag: v2.6.34-rc4~76^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a70985e5c093ae03d8ccf633c70a93761d86f2;p=pandora-kernel.git sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock Trivial typo fix. rq->migration_thread can be NULL after task_rq_unlock(), this is why we have "mt" which should be used instead. Signed-off-by: Oleg Nesterov Signed-off-by: Peter Zijlstra LKML-Reference: <20100330165829.GA18284@redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed