Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148833
b: refs/heads/master
c: ec91d13
h: refs/heads/master
i:
  148831: 2c559a9
v: v3
  • Loading branch information
Felix Blyakher committed May 8, 2009
1 parent 534a9f1 commit f8933ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6321e3ed2acf3ee9643cdd403e1c88605d7944ba
refs/heads/master: ec91d1335f478c5cd089d82ffbf936075c5f24c8
8 changes: 5 additions & 3 deletions trunk/fs/xfs/xfs_dfrag.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,15 @@ xfs_swap_extents(

error = xfs_trans_commit(tp, XFS_TRANS_SWAPEXT);

out_unlock:
xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
xfs_iunlock(tip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
out:
kmem_free(tempifp);
return error;

out_unlock:
xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
xfs_iunlock(tip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL);
goto out;

out_trans_cancel:
xfs_trans_cancel(tp, 0);
goto out_unlock;
Expand Down

0 comments on commit f8933ce

Please sign in to comment.