All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] xfs: remove quota warning limits
@ 2022-04-21 16:58 Catherine Hoang
  2022-04-21 16:58 ` [PATCH v1 1/2] xfs: remove quota warning limit from struct xfs_quota_limits Catherine Hoang
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Catherine Hoang @ 2022-04-21 16:58 UTC (permalink / raw)
  To: linux-xfs

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@sandeen.net/

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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-04-29 19:38 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 16:58 [PATCH v1 0/2] xfs: remove quota warning limits Catherine Hoang
2022-04-21 16:58 ` [PATCH v1 1/2] xfs: remove quota warning limit from struct xfs_quota_limits Catherine Hoang
2022-04-27 18:47   ` Alli
2022-04-27 20:29   ` Darrick J. Wong
2022-04-21 16:58 ` [RFC PATCH v1 2/2] xfs: don't set warns on the id==0 dquot Catherine Hoang
2022-04-22  1:40   ` Dave Chinner
2022-04-25 15:34     ` Catherine Hoang
2022-04-25 22:42       ` Dave Chinner
2022-04-29 17:20         ` Alli
2022-04-29 19:38           ` Darrick J. Wong
2022-04-27 20:29   ` Darrick J. Wong
2022-04-28  6:36   ` [xfs] 3937433c63: xfstests.xfs.153.fail kernel test robot
2022-04-28  6:36     ` kernel test robot
2022-04-25 18:19 ` [PATCH v1 0/2] xfs: remove quota warning limits Eric Sandeen
2022-04-25 22:21   ` Dave Chinner
2022-04-26  2:43     ` Darrick J. Wong
2022-04-26  4:29       ` Dave Chinner
2022-04-26  5:14         ` Darrick J. Wong
2022-04-26 14:15       ` Brian Foster
2022-04-26 14:53         ` Darrick J. Wong
2022-04-26 18:32           ` Brian Foster
2022-04-27 14:09             ` Brian Foster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.