From: Nigel Cunningham Date: Thu, 17 Jan 2008 23:21:21 +0000 (-0800) Subject: Fix unbalanced helper_lock in kernel/kmod.c X-Git-Tag: v2.6.24~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784680336b616dcc4c17cbd25add3b49c555cdeb;p=pandora-kernel.git Fix unbalanced helper_lock in kernel/kmod.c call_usermodehelper_exec() has an exit path that can leave the helper_lock() call at the top of the routine unbalanced. The attached patch fixes this issue. Signed-off-by: Nigel Cunningham Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed