From: Pavel Emelyanov Date: Fri, 25 Jan 2008 20:08:26 +0000 (+0100) Subject: uids: merge multiple error paths in alloc_uid() into one X-Git-Tag: v2.6.25-rc1~1237^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb703e4f33488bf75829564d51d427e17f7cd4c;p=pandora-kernel.git uids: merge multiple error paths in alloc_uid() into one There are already 4 error paths in alloc_uid() that do incremental rollbacks. I think it's time to merge them. This costs us 8 lines of code :) Maybe it would be better to merge this patch with the previous one, but I remember that some time ago I sent a similar patch (fixing the error path and cleaning it), but I was told to make two patches in such cases. Signed-off-by: Pavel Emelyanov Acked-by: Dhaval Giani Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed