From: Pavel Emelyanov Date: Mon, 26 Nov 2007 20:21:49 +0000 (+0100) Subject: sched: don't forget to unlock uids_mutex on error paths X-Git-Tag: v2.6.24-rc4~93^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8869bb699d50be5c0733edfc71cfcd5b43e10a;p=pandora-kernel.git sched: don't forget to unlock uids_mutex on error paths The commit commit 5cb350baf580017da38199625b7365b1763d7180 Author: Dhaval Giani Date: Mon Oct 15 17:00:14 2007 +0200 sched: group scheduling, sysfs tunables introduced the uids_mutex and the helpers to lock/unlock it. Unfortunately, the error paths of alloc_uid() were not patched to unlock it. Signed-off-by: Pavel Emelyanov Acked-by: Dhaval Giani Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed