diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2012-01-23 17:31:43 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-02-03 11:32:20 -0600 |
commit | 4177af3a8a6f119484c7903845c6693d7381c13e (patch) | |
tree | 3d5c5179e0c11bfc85d84a62f6bfabec6632bf9c /fs/xfs/xfs_qm.c | |
parent | 6bd92a239fc71ea26eb1dab3aece5eaaa99d4ef7 (diff) |
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
of quota macros.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_qm.c')
-rw-r--r-- | fs/xfs/xfs_qm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c index 671f37eae1c7..1b2f5b37eac4 100644 --- a/fs/xfs/xfs_qm.c +++ b/fs/xfs/xfs_qm.c @@ -1499,7 +1499,7 @@ xfs_qm_quotacheck( * quotachecked status, since we won't be doing accounting for * that type anymore. */ - mp->m_qflags &= ~(XFS_OQUOTA_CHKD | XFS_UQUOTA_CHKD); + mp->m_qflags &= ~XFS_ALL_QUOTA_CHKD; mp->m_qflags |= flags; error_return: |