]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove warning counters from struct xfs_dquot_res
authorCatherine Hoang <catherine.hoang@oracle.com>
Tue, 10 May 2022 20:27:59 +0000 (13:27 -0700)
committerDave Chinner <david@fromorbit.com>
Wed, 11 May 2022 07:12:09 +0000 (17:12 +1000)
commit4fcc7a8b19a09886bfa8f4dc9a828e936a075fe7
tree0fa661a1d3f99a8644813bb14b88c013c45f1ddf
parent237bd023fe2abd6c54ad64d8930245250c60c70d
xfs: remove warning counters from struct xfs_dquot_res

Warning counts are not used anywhere in the kernel. In addition, there
are no use cases, test coverage, or documentation for this functionality.
Remove the 'warnings' field from struct xfs_dquot_res and any other
related code.

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