]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: move the CIL workqueue to the CIL
authorDave Chinner <dchinner@redhat.com>
Wed, 11 Aug 2021 01:00:45 +0000 (18:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 16 Aug 2021 19:09:30 +0000 (12:09 -0700)
commit33c0dd7898a11ef19169abe5c5049fa6aa099c64
tree02f5caf8e17641a8c416f56df5190c281bd5af02
parent39823d0fac9416cb89c252d78e262ee8cd76a7d8
xfs: move the CIL workqueue to the CIL

We only use the CIL workqueue in the CIL, so it makes no sense to
hang it off the xfs_mount and have to walk multiple pointers back up
to the mount when we have the CIL structures right there.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c