]> 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)
commit82b7c80c16c7075417f137a0751105d48eb266c1
tree0fa661a1d3f99a8644813bb14b88c013c45f1ddf
parentae88b92884d4834426c05639d9adb6c959d96ee2
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