diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-08-30 16:21:21 +1000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-09-03 15:00:06 -0500 |
commit | 1d03c6fa88af35e55047a1f2ab116f0fdf2f55aa (patch) | |
tree | 5defe8f84d958f4fa342f11aa4eb5fc4d1aca651 /fs/xfs/xfs_log_format.h | |
parent | 50fc5f7accfeaaaa1bba07725f26945cf8033bb7 (diff) | |
download | linux-1d03c6fa88af35e55047a1f2ab116f0fdf2f55aa.tar.bz2 |
xfs: XFS_MOUNT_QUOTA_ALL needed by userspace
So move it to a header file shared with userspace.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log_format.h')
-rw-r--r-- | fs/xfs/xfs_log_format.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/xfs/xfs_log_format.h b/fs/xfs/xfs_log_format.h index a49ab2c1e7aa..31e3a06c4644 100644 --- a/fs/xfs/xfs_log_format.h +++ b/fs/xfs/xfs_log_format.h @@ -821,6 +821,12 @@ typedef struct xfs_qoff_logformat { #define XFS_ALL_QUOTA_CHKD \ (XFS_UQUOTA_CHKD | XFS_GQUOTA_CHKD | XFS_PQUOTA_CHKD) +#define XFS_MOUNT_QUOTA_ALL (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\ + XFS_UQUOTA_CHKD|XFS_GQUOTA_ACCT|\ + XFS_GQUOTA_ENFD|XFS_GQUOTA_CHKD|\ + XFS_PQUOTA_ACCT|XFS_PQUOTA_ENFD|\ + XFS_PQUOTA_CHKD) + /* * Inode create log item structure * |