summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ondisk.h
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-02-19 17:02:22 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2020-03-03 18:47:46 -0800
commit6d8336e698e366fe7a2321c83c67b0c365861943 (patch)
tree602e0d4e4478097c519f08f2a5821b763921ddea /fs/xfs/xfs_ondisk.h
parentbfc9e321ecd4f32e94a7477ef95eb11692baa54e (diff)
xfs: refactor default quota grace period setting code
Refactor the code that sets the default quota grace period into a helper function so that we can override the ondisk behavior later. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_ondisk.h')
-rw-r--r--fs/xfs/xfs_ondisk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ondisk.h b/fs/xfs/xfs_ondisk.h
index 38ccffcf3336..498e9063c605 100644
--- a/fs/xfs/xfs_ondisk.h
+++ b/fs/xfs/xfs_ondisk.h
@@ -27,6 +27,8 @@ xfs_check_limits(void)
XFS_CHECK_VALUE(XFS_INO_TIME_MAX, 2147483647LL);
XFS_CHECK_VALUE(XFS_DQ_TIMEOUT_MIN, 1LL);
XFS_CHECK_VALUE(XFS_DQ_TIMEOUT_MAX, 4294967295LL);
+ XFS_CHECK_VALUE(XFS_DQ_GRACE_MIN, 0LL);
+ XFS_CHECK_VALUE(XFS_DQ_GRACE_MAX, 4294967295LL);
}
static inline void __init