Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55139
b: refs/heads/master
c: 424ea91
h: refs/heads/master
i:
  55137: cc9832b
  55135: af48bde
v: v3
  • Loading branch information
Donald Douwsma authored and Tim Shimmin committed May 8, 2007
1 parent 59bb742 commit 74fa61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 646d5bdab38c88f4b9088d4e517986a3f3b0edb9
refs/heads/master: 424ea91ba61c1cdc2dac68576c97030cbf47d84f
4 changes: 1 addition & 3 deletions trunk/fs/xfs/quota/xfs_qm_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,7 @@ xfs_qm_scall_quotaon(
||
((flags & XFS_PQUOTA_ACCT) == 0 &&
(mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 &&
(flags & XFS_OQUOTA_ENFD))
||
((flags & XFS_GQUOTA_ACCT) == 0 &&
(flags & XFS_GQUOTA_ACCT) == 0 &&
(mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 &&
(flags & XFS_OQUOTA_ENFD))) {
qdprintk("Can't enforce without acct, flags=%x sbflags=%x\n",
Expand Down

0 comments on commit 74fa61b

Please sign in to comment.