Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124942
b: refs/heads/master
c: 6a0775a
h: refs/heads/master
v: v3
  • Loading branch information
Dave Chinner authored and Lachlan McIlroy committed Dec 5, 2008
1 parent b6a1a2b commit ac336ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8bb57320f3f5dd8c2373c0b66e4950391e037109
refs/heads/master: 6a0775a991d5597ce98f1e15373288ea133cc793
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_rename.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ xfs_rename(
if (unlikely((target_dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
(target_dp->i_d.di_projid != src_ip->i_d.di_projid))) {
error = XFS_ERROR(EXDEV);
xfs_rename_unlock4(inodes, XFS_ILOCK_SHARED);
xfs_rename_unlock4(inodes, XFS_ILOCK_EXCL);
xfs_trans_cancel(tp, cancel_flags);
goto std_return;
}
Expand Down

0 comments on commit ac336ee

Please sign in to comment.