]> git.baikalelectronics.ru Git - kernel.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)
commit60e4de8fa5867caab3fa7bab1995b49265d77fab
tree02f5caf8e17641a8c416f56df5190c281bd5af02
parentbf78fb4848d84bf95f6d0179f9c209b5c0d475e7
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