Skip to content

Commit ab8eecf

Browse files
author
Andreas Gruenbacher
committed
gfs2: Rename "freeze_workqueue" to "gfs2_freeze"
Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent 5c0dc37 commit ab8eecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/gfs2/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ static int __init init_gfs2_fs(void)
162162
if (!gfs2_control_wq)
163163
goto fail_wq2;
164164

165-
gfs2_freeze_wq = alloc_workqueue("freeze_workqueue", 0, 0);
165+
gfs2_freeze_wq = alloc_workqueue("gfs2_freeze", 0, 0);
166166

167167
if (!gfs2_freeze_wq)
168168
goto fail_wq3;

0 commit comments

Comments
 (0)