From: Josh Triplett Date: Sun, 30 Jul 2006 10:03:59 +0000 (-0700) Subject: [PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink() X-Git-Tag: v2.6.18-rc4~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344fe78669d2d1cff9e8939598f6d0d865b6a75b;p=pandora-kernel.git [PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink() ufs_symlink, in one of its error paths, calls unlock_kernel without ever having called lock_kernel(); fix this by creating and jumping to a new label out_notlocked rather than the out label used after calling lock_kernel(). Signed-off-by: Josh Triplett Cc: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed