Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307701
b: refs/heads/master
c: da5bf95
h: refs/heads/master
i:
  307699: c517374
v: v3
  • Loading branch information
Jie Liu authored and Ben Myers committed Apr 16, 2012
1 parent 74c9c0d commit b6f5daf
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: 18caa67ad41212e6f82a675c40f461ffb45f098e
refs/heads/master: da5bf95e3cdca348327c82568c2860229c0daaa2
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ xfs_fs_statfs(

spin_unlock(&mp->m_sb_lock);

if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) ||
if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
((mp->m_qflags & (XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))) ==
(XFS_PQUOTA_ACCT|XFS_OQUOTA_ENFD))
xfs_qm_statvfs(ip, statp);
Expand Down

0 comments on commit b6f5daf

Please sign in to comment.