]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove quota warning limit from struct xfs_quota_limits
authorCatherine Hoang <catherine.hoang@oracle.com>
Tue, 10 May 2022 20:27:58 +0000 (13:27 -0700)
committerDave Chinner <david@fromorbit.com>
Wed, 11 May 2022 07:12:09 +0000 (17:12 +1000)
commit237bd023fe2abd6c54ad64d8930245250c60c70d
tree28b36be7c224ae0daa54156e0e1bee4daa57bc36
parentf993a2f91618c0e2cac25523527637ceda4c2f5a
xfs: remove quota warning limit from struct xfs_quota_limits

Warning limits in xfs quota is an unused feature that is currently
documented as unimplemented, and it is unclear what the intended
behavior of these limits are. Remove the ‘warn’ field from struct
xfs_quota_limits and any other related code.

Signed-off-by: Catherine Hoang <catherine.hoang@oracle.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm.h
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_quotaops.c
fs/xfs/xfs_trans_dquot.c