From: Fabio Checconi Date: Mon, 15 Jun 2009 18:56:38 +0000 (+0200) Subject: sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() X-Git-Tag: v2.6.31-rc4~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20b08e3986c2dbfa6df1e880bf4f7159994d199;p=pandora-kernel.git sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() init_rt_rq() initializes only rq->rt.pushable_tasks, and not the pushable_tasks field of the passed rt_rq. The plist is not used uninitialized since the only pushable_tasks plists used are the ones of root rt_rqs; anyway reinitializing the list on every group creation corrupts the root plist, losing its previous contents. Signed-off-by: Fabio Checconi Signed-off-by: Peter Zijlstra LKML-Reference: <20090615185638.GK21741@gandalf.sssup.it> CC: Gregory Haskins Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed