Skip to content
Snippets Groups Projects
Commit ab8eecf5 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: Rename "freeze_workqueue" to "gfs2_freeze"

parent 5c0dc371
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ static int __init init_gfs2_fs(void)
if (!gfs2_control_wq)
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)
goto fail_wq3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment