mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
gfs2: Rename "freeze_workqueue" to "gfs2_freeze"
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user