mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-14 16:46:19 +10:00
gfs2: Rename "freeze_workqueue" to "gfs2_freeze"
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
parent
5c0dc371a2
commit
ab8eecf5d0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user