xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()
authorJan Kara <jack@suse.cz>
Wed, 11 Jan 2012 18:52:10 +0000 (18:52 +0000)
committerBen Myers <bpm@sgi.com>
Wed, 25 Jan 2012 17:01:31 +0000 (11:01 -0600)
commit9b025eb3a89e041bab6698e3858706be2385d692
treeacb29c488c3f538c2041e279b701b0965cd9667b
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()

Commit b52a360b forgot to call xfs_iunlock() when it detected corrupted
symplink and bailed out. Fix it by jumping to 'out' instead of doing return.

CC: stable@kernel.org
CC: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Alex Elder <elder@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_vnodeops.c