sched: domain sysctl fixes: do not crash on allocation failure
authorMilton Miller <miltonm@bga.com>
Mon, 15 Oct 2007 15:00:19 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:19 +0000 (17:00 +0200)
commitad1cdc1d7883e88f936f7888a092e4e3e6d8c631
tree3ef43757e9355a31c61dd57b190f1790c5e3b49f
parent6382bc90f5664c450afc1f896e7ddb35ba182af9
sched: domain sysctl fixes: do not crash on allocation failure

Now that we are calling this at runtime, a more relaxed error path is
suggested.  If an allocation fails, we just register the partial table,
which will show empty directories.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c