From: Srivatsa Vaddagiri Date: Mon, 15 Oct 2007 15:00:09 +0000 (+0200) Subject: sched: clean up code under CONFIG_FAIR_GROUP_SCHED X-Git-Tag: v2.6.24-rc1~1289^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5b77512dce239fa168183fa71896712232e95a;p=pandora-kernel.git sched: clean up code under CONFIG_FAIR_GROUP_SCHED With the view of supporting user-id based fair scheduling (and not just container-based fair scheduling), this patch renames several functions and makes them independent of whether they are being used for container or user-id based fair scheduling. Also fix a problem reported by KAMEZAWA Hiroyuki (wrt allocating less-sized array for tg->cfs_rq[] and tf->se[]). Signed-off-by: Srivatsa Vaddagiri Signed-off-by: Dhaval Giani Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed