Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18163
b: refs/heads/master
c: 77a7cce
h: refs/heads/master
i:
  18161: c83f0b8
  18159: 486c9e8
v: v3
  • Loading branch information
Nathan Scott committed Jan 11, 2006
1 parent 255af25 commit cc9dbf1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 446ada4a03808f128e8f28daa0f103dc69d22d5b
refs/heads/master: 77a7cce42509461067f49c484aee626f62162fbc
4 changes: 3 additions & 1 deletion trunk/fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -2562,10 +2562,12 @@ xlog_recover_do_quotaoff_trans(

/*
* The logitem format's flag tells us if this was user quotaoff,
* group quotaoff or both.
* group/project quotaoff or both.
*/
if (qoff_f->qf_flags & XFS_UQUOTA_ACCT)
log->l_quotaoffs_flag |= XFS_DQ_USER;
if (qoff_f->qf_flags & XFS_PQUOTA_ACCT)
log->l_quotaoffs_flag |= XFS_DQ_PROJ;
if (qoff_f->qf_flags & XFS_GQUOTA_ACCT)
log->l_quotaoffs_flag |= XFS_DQ_GROUP;

Expand Down

0 comments on commit cc9dbf1

Please sign in to comment.