commit | 33c0dd7898a11ef19169abe5c5049fa6aa099c64 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Aug 10 18:00:45 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Aug 16 12:09:30 2021 -0700 |
tree | 02f5caf8e17641a8c416f56df5190c281bd5af02 | |
parent | 39823d0fac9416cb89c252d78e262ee8cd76a7d8 [diff] |
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>