Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140084
b: refs/heads/master
c: cb3f35b
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Christoph Hellwig committed Feb 4, 2009
1 parent 1459bab commit 54dca8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b93b6e434c046459cf3111c76dce46ba4abcb2b6
refs/heads/master: cb3f35bb3bf0759e00cd4f68155da9b636421f84
6 changes: 4 additions & 2 deletions trunk/fs/xfs/xfs_vnodeops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2004,8 +2004,10 @@ xfs_link(
/* Return through std_return after this point. */

error = XFS_QM_DQATTACH(mp, sip, 0);
if (!error && sip != tdp)
error = XFS_QM_DQATTACH(mp, tdp, 0);
if (error)
goto std_return;

error = XFS_QM_DQATTACH(mp, tdp, 0);
if (error)
goto std_return;

Expand Down

0 comments on commit 54dca8e

Please sign in to comment.