diff options
author | Alex Elder <aelder@sgi.com> | 2010-05-19 09:59:23 -0500 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-05-19 09:59:23 -0500 |
commit | e9cee8e6549b669080e9a7d02b8387086a5c911d (patch) | |
tree | 292ee423003343833a9f0f6dbf7f870b977b8b1e /fs/xfs/xfs_quota.h | |
parent | 537b60d17894b7c19a6060feae40299d7109d6e7 (diff) | |
parent | b4ed4626a9775cd8cb77209280d24839526f94f2 (diff) |
Merge branch 'master' into for-linus
Diffstat (limited to 'fs/xfs/xfs_quota.h')
-rw-r--r-- | fs/xfs/xfs_quota.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_quota.h b/fs/xfs/xfs_quota.h index fdcab3f81dd..e0e64b113bd 100644 --- a/fs/xfs/xfs_quota.h +++ b/fs/xfs/xfs_quota.h @@ -201,9 +201,6 @@ typedef struct xfs_qoff_logformat { #define XFS_QMOPT_FORCE_RES 0x0000010 /* ignore quota limits */ #define XFS_QMOPT_DQSUSER 0x0000020 /* don't cache super users dquot */ #define XFS_QMOPT_SBVERSION 0x0000040 /* change superblock version num */ -#define XFS_QMOPT_QUOTAOFF 0x0000080 /* quotas are being turned off */ -#define XFS_QMOPT_UMOUNTING 0x0000100 /* filesys is being unmounted */ -#define XFS_QMOPT_DOLOG 0x0000200 /* log buf changes (in quotacheck) */ #define XFS_QMOPT_DOWARN 0x0000400 /* increase warning cnt if needed */ #define XFS_QMOPT_DQREPAIR 0x0001000 /* repair dquot if damaged */ #define XFS_QMOPT_GQUOTA 0x0002000 /* group dquot requested */ |