Commit ab8eecf5 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher

gfs2: Rename "freeze_workqueue" to "gfs2_freeze"

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 5c0dc371
...@@ -162,7 +162,7 @@ static int __init init_gfs2_fs(void) ...@@ -162,7 +162,7 @@ static int __init init_gfs2_fs(void)
if (!gfs2_control_wq) if (!gfs2_control_wq)
goto fail_wq2; goto fail_wq2;
gfs2_freeze_wq = alloc_workqueue("freeze_workqueue", 0, 0); gfs2_freeze_wq = alloc_workqueue("gfs2_freeze", 0, 0);
if (!gfs2_freeze_wq) if (!gfs2_freeze_wq)
goto fail_wq3; goto fail_wq3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment