summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dir_leaf.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-02-19 01:03:34 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-19 01:03:34 -0800
commitaf61a2bd38521a110cc3cbc7173abc1ee9976db3 (patch)
treeb2942404852d81ba0856d7db5bf728f2f0ad0dfd /fs/xfs/xfs_dir_leaf.c
parent91af097896453718875b8f98dc86997f58620267 (diff)
parented7fa26b3d4c9739fcf6ee0e6a450181049d2789 (diff)
Merge master.kernel.org:/home/hch/BK/xfs/linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'fs/xfs/xfs_dir_leaf.c')
-rw-r--r--fs/xfs/xfs_dir_leaf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir_leaf.c b/fs/xfs/xfs_dir_leaf.c
index d689c169f6..8dfb1ab6ff 100644
--- a/fs/xfs/xfs_dir_leaf.c
+++ b/fs/xfs/xfs_dir_leaf.c
@@ -648,7 +648,7 @@ xfs_dir_leaf_to_shortform(xfs_da_args_t *iargs)
retval = xfs_da_read_buf(iargs->trans, iargs->dp, 0, -1, &bp,
XFS_DATA_FORK);
if (retval)
- return(retval);
+ goto out;
ASSERT(bp != NULL);
memcpy(tmpbuffer, bp->data, XFS_LBSIZE(dp->i_mount));
leaf = (xfs_dir_leafblock_t *)tmpbuffer;