Skip to content

gfs2: Register fs after creating workqueues

Bob Peterson requested to merge rpeterso1/centos-stream-9:bz2130267 into main

This reorders the gfs2 file system initialization so that it doesn't register the file system until its workqueues have been created. This prevents work, such as recovery work, from being sent to the file system before the work queues exist.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2130267 Signed-off-by: Bob Peterson rpeterso@redhat.com

Edited by Andrew Price

Merge request reports