gfs2: Switch to a per-filesystem glock workqueue
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 11 Apr 2024 12:13:30 +0000 (14:13 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 29 May 2024 13:34:55 +0000 (15:34 +0200)
commit30e388d573673474cbd089dec83688331c117add
tree15317683a4cf1c04c2ac3a04732ca93633d5ac70
parent51568ac2e9d49b66f456dacd376af308f8695497
gfs2: Switch to a per-filesystem glock workqueue

Switch to a per-filesystem glock workqueue.  Additional workqueues are
cheap nowadays, and keeping separate workqueues allows to flush the work
of each filesystem without affecting the others.

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