Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28410
b: refs/heads/master
c: 3f368a0
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Weber authored and Nathan Scott committed Jun 9, 2006
1 parent 6877006 commit 13ec96d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 1d8daf06f67c8920a640eb61b30c3176ecc52405
refs/heads/master: 3f368a0d58cb8cadab298546286f94ca14220f65
2 changes: 0 additions & 2 deletions trunk/fs/xfs/xfs_vnodeops.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ xfs_setattr(
*/
tp = NULL;
lock_flags = XFS_ILOCK_EXCL;
ASSERT(flags & ATTR_NOLOCK ? flags & ATTR_DMI : 1);
if (flags & ATTR_NOLOCK)
need_iolock = 0;
if (!(mask & XFS_AT_SIZE)) {
Expand Down Expand Up @@ -4308,7 +4307,6 @@ xfs_free_file_space(
return error;
}

ASSERT(attr_flags & ATTR_NOLOCK ? attr_flags & ATTR_DMI : 1);
if (attr_flags & ATTR_NOLOCK)
need_iolock = 0;
if (need_iolock) {
Expand Down

0 comments on commit 13ec96d

Please sign in to comment.