summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_qm.h
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2022-05-12 15:23:07 +1000
committerDave Chinner <david@fromorbit.com>2022-05-12 15:23:07 +1000
commitefd409a4329f6927795be5ae080cd3ec8c014f49 (patch)
treeb4fc7e39dbe9a94ec0a74f22760624fc7a752202 /fs/xfs/xfs_qm.h
parent45ff8b471cdc58701a7ba5c5dcd8dfc57ae06829 (diff)
parent5349b2afc117d87d35502f2fe1930692d6bfc68b (diff)
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Diffstat (limited to 'fs/xfs/xfs_qm.h')
-rw-r--r--fs/xfs/xfs_qm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/xfs_qm.h b/fs/xfs/xfs_qm.h
index 5bb12717ea28..9683f0457d19 100644
--- a/fs/xfs/xfs_qm.h
+++ b/fs/xfs/xfs_qm.h
@@ -34,7 +34,6 @@ struct xfs_quota_limits {
xfs_qcnt_t hard; /* default hard limit */
xfs_qcnt_t soft; /* default soft limit */
time64_t time; /* limit for timers */
- xfs_qwarncnt_t warn; /* limit for warnings */
};
/* Defaults for each quota type: time limits, warn limits, usage limits */
@@ -134,10 +133,6 @@ struct xfs_dquot_acct {
#define XFS_QM_RTBTIMELIMIT (7 * 24*60*60) /* 1 week */
#define XFS_QM_ITIMELIMIT (7 * 24*60*60) /* 1 week */
-#define XFS_QM_BWARNLIMIT 5
-#define XFS_QM_IWARNLIMIT 5
-#define XFS_QM_RTBWARNLIMIT 5
-
extern void xfs_qm_destroy_quotainfo(struct xfs_mount *);
/* quota ops */