aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2022-08-30 13:52:13 -0500
committerAndreas Gruenbacher <agruenba@redhat.com>2022-09-20 17:53:54 +0200
commit74b1b10e29b1f25e1a081fa82733baea65429d53 (patch)
tree6a3a06b1997cc37af096cdceaf8d3489a08aa4b7 /fs/gfs2/inode.c
parentgfs2: Check sb_bsize_shift after reading superblock (diff)
downloadlinux-dev-74b1b10e29b1f25e1a081fa82733baea65429d53.tar.xz
linux-dev-74b1b10e29b1f25e1a081fa82733baea65429d53.zip
gfs2: Register fs after creating workqueues
Before this patch, the gfs2 file system was registered prior to creating the three workqueues. In some cases this allowed dlm to send recovery work to a workqueue that did not yet exist because gfs2 was still initializing. This patch changes the order of gfs2's initialization routine so it only registers the file system after the work queues are created. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.c')
0 files changed, 0 insertions, 0 deletions