summaryrefslogtreecommitdiff
path: root/fs/ufs/symlink.c
diff options
context:
space:
mode:
authorJosh Triplett <josht@us.ibm.com>2006-07-30 14:03:59 +0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-08-01 00:28:42 +0400
commit344fe78669d2d1cff9e8939598f6d0d865b6a75b (patch)
tree1b5dc1e8edd1e67ab4d87ed05e43bea527129b91 /fs/ufs/symlink.c
parent0bee8d28496a8c76b488a2c29e01a0ebc1411475 (diff)
downloadlinux-344fe78669d2d1cff9e8939598f6d0d865b6a75b.tar.xz
[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 <josh@freedesktop.org> Cc: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ufs/symlink.c')
0 files changed, 0 insertions, 0 deletions