]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: check that per-cpu inodegc workers actually run on that cpu
authorDarrick J. Wong <djwong@kernel.org>
Sat, 15 Jul 2023 06:31:12 +0000 (09:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jul 2023 14:22:15 +0000 (16:22 +0200)
commit25c1991f9f7707b91f974c0843307a191d964d1a
tree176ef403537f02cc1bd508856057a290c79e3d49
parentf6e37e24007d84a576ac63b39ab9ab54f9e50dcb
xfs: check that per-cpu inodegc workers actually run on that cpu

commit b37c4c8339cd394ea6b8b415026603320a185651 upstream.

Now that we've allegedly worked out the problem of the per-cpu inodegc
workers being scheduled on the wrong cpu, let's put in a debugging knob
to let us know if a worker ever gets mis-scheduled again.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_icache.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c