]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_qm.c
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
[karo-tx-linux.git] / fs / xfs / xfs_qm.c
index 671f37eae1c7bbe3c9f89fd78b9c51b9195f4e32..1b2f5b37eac41b81c993075034aa40ee31a796b1 100644 (file)
@@ -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: