Hi all, Based on recent discussion, it seems like there is a consensus that quota warnings should be removed from xfs. Warnings in xfs quota is an unused feature that is currently documented as unimplemented. These patches remove the quota warnings and cleans up any related code. Future patches will also remove warnings from the VFS code, since that seems like the logical next step. v2->v3: - Fixed spacing issues - Added patch 3 to prevent warning values from being set Comments and feedback are appreciated! Catherine Catherine Hoang (3): xfs: remove quota warning limit from struct xfs_quota_limits xfs: remove warning counters from struct xfs_dquot_res xfs: don't set quota warning values fs/xfs/libxfs/xfs_quota_defs.h | 1 - fs/xfs/xfs_dquot.c | 15 ++++----------- fs/xfs/xfs_dquot.h | 8 -------- fs/xfs/xfs_qm.c | 9 --------- fs/xfs/xfs_qm.h | 5 ----- fs/xfs/xfs_qm_syscalls.c | 26 ++++---------------------- fs/xfs/xfs_quotaops.c | 8 ++++---- fs/xfs/xfs_trans_dquot.c | 3 +-- 8 files changed, 13 insertions(+), 62 deletions(-) -- 2.27.0