gfs2: Move delete workqueue into super block
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 6 Dec 2022 15:04:22 +0000 (16:04 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 31 Jan 2023 21:40:24 +0000 (22:40 +0100)
commit0247f4e959c01f6ce1fcc2091c571f8c0742a065
treed424bc8daa80fcf95202f9ffb2a60beda86099de
parent3056dc46559bfe3fc4b79771dcbc2d003f9fd313
gfs2: Move delete workqueue into super block

Move the global delete workqueue into struct gfs2_sbd so that we can
flush / drain it without interfering with other filesystems.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/incore.h
fs/gfs2/ops_fstype.c
fs/gfs2/super.c