Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7592
b: refs/heads/master
c: ad4a8ac
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Nathan Scott committed Sep 2, 2005
1 parent c38b038 commit e41e85a
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: 3bdbfb104e53b367892cc9510e6722346dfb656b
refs/heads/master: ad4a8ac4e9d9cffb0a4c9ebebc6bda9d8dbbfe99
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ xfs_ioc_space(
if (vp->v_inode.i_flags & (S_IMMUTABLE|S_APPEND))
return -XFS_ERROR(EPERM);

if (!(filp->f_flags & FMODE_WRITE))
if (!(filp->f_mode & FMODE_WRITE))
return -XFS_ERROR(EBADF);

if (vp->v_type != VREG)
Expand Down

0 comments on commit e41e85a

Please sign in to comment.