Hi all, Based on recent discussion, it seems like there is a consensus that quota warning limits should be removed from xfs quota. https://lore.kernel.org/linux-xfs/94893219-b969-c7d4-4b4e-0952ef54d575@xxxxxxxxxxx/ Warning limits in xfs quota is an unused feature that is currently documented as unimplemented. These patches remove the quota warning limits and cleans up any related code. Comments and feedback are appreciated! Catherine Catherine Hoang (2): xfs: remove quota warning limit from struct xfs_quota_limits xfs: don't set warns on the id==0 dquot fs/xfs/xfs_qm.c | 9 --------- fs/xfs/xfs_qm.h | 5 ----- fs/xfs/xfs_qm_syscalls.c | 19 +++++-------------- fs/xfs/xfs_quotaops.c | 3 --- fs/xfs/xfs_trans_dquot.c | 3 +-- 5 files changed, 6 insertions(+), 33 deletions(-) -- 2.27.0