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. v1->v2: - Added patch 2 to remove warning counters - Prevent warning fields from being set on all dquots Future patches will also remove warnings from the VFS code, since that seems like the logical next step. 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 warns on dquots 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 | 25 +++++-------------------- fs/xfs/xfs_quotaops.c | 6 +++--- fs/xfs/xfs_trans_dquot.c | 3 +-- 8 files changed, 13 insertions(+), 59 deletions(-) -- 2.27.0