Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124863
b: refs/heads/master
c: 2b7035f
h: refs/heads/master
i:
  124861: 0c98161
  124859: 97dcda9
  124855: 15fe518
  124847: c4cfa38
  124831: 67ad61a
  124799: c3cd5b0
v: v3
  • Loading branch information
Christoph Hellwig authored and Lachlan McIlroy committed Oct 30, 2008
1 parent 5ff1630 commit 110aab5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1ec7944beb6f3c29f1e58a66422130133727e9e1
refs/heads/master: 2b7035fd7473c799ca3372092d72c768c7db329d
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_vnodeops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ xfs_remove(
goto out_bmap_cancel;

/*
* Drop the link from dp to ip.
* Drop the "." link from ip to self.
*/
error = xfs_droplink(tp, ip);
if (error)
Expand All @@ -2024,7 +2024,7 @@ xfs_remove(
}

/*
* Drop the "." link from ip to self.
* Drop the link from dp to ip.
*/
error = xfs_droplink(tp, ip);
if (error)
Expand Down

0 comments on commit 110aab5

Please sign in to comment.