Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
R128
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ermine
R128
Commits
ab8eecf5
Commit
ab8eecf5
authored
1 year ago
by
Andreas Gruenbacher
Browse files
Options
Downloads
Patches
Plain Diff
gfs2: Rename "freeze_workqueue" to "gfs2_freeze"
Signed-off-by:
Andreas Gruenbacher
<
agruenba@redhat.com
>
parent
5c0dc371
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs/gfs2/main.c
+1
-1
1 addition, 1 deletion
fs/gfs2/main.c
with
1 addition
and
1 deletion
fs/gfs2/main.c
+
1
−
1
View file @
ab8eecf5
...
...
@@ -162,7 +162,7 @@ static int __init init_gfs2_fs(void)
if
(
!
gfs2_control_wq
)
goto
fail_wq2
;
gfs2_freeze_wq
=
alloc_workqueue
(
"freez
e_workqueu
e"
,
0
,
0
);
gfs2_freeze_wq
=
alloc_workqueue
(
"
gfs2_
freeze"
,
0
,
0
);
if
(
!
gfs2_freeze_wq
)
goto
fail_wq3
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment