From 19da8166649f449e2762aacdeedcbfefe4ef5c5c Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Tue, 3 Mar 2009 20:21:02 +0530 Subject: libcgroup: Dont check for success of moved tasks Sometime the movement of tasks in the default cgroup can fail for various reasons. Therefore, do not check for the success of the movement of tasks. Justification: These are generally for cgroups which need some special setup, for example the RT group scheduler. This is not handled by the library whihc is generic. If a user is intersted in these working, they will setup a default cgroup in the config files whihc handle everything they need. Signed-off-by: Dhaval Giani Tested-by: Jan Safranek Acked-by: Balbir Singh --- scripts/init.d/cgconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/init.d/cgconfig b/scripts/init.d/cgconfig index ad490ce..5b59786 100644 --- a/scripts/init.d/cgconfig +++ b/scripts/init.d/cgconfig @@ -130,7 +130,7 @@ start() { done done - [ $? == 0 ] && touch /var/lock/subsys/$servicename + touch /var/lock/subsys/$servicename return $? } -- cgit