Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c8cf2d9f
Commit
c8cf2d9f
authored
Mar 30, 2024
by
Andreas Gruenbacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gfs2: Remove outdated comment in glock_work_func
Signed-off-by:
Andreas Gruenbacher
<
agruenba@redhat.com
>
parent
97d6fdcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
fs/gfs2/glock.c
fs/gfs2/glock.c
+1
-5
No files found.
fs/gfs2/glock.c
View file @
c8cf2d9f
...
...
@@ -1137,11 +1137,7 @@ static void glock_work_func(struct work_struct *work)
gfs2_glock_queue_work
(
gl
,
delay
);
}
/*
* Drop the remaining glock references manually here. (Mind that
* gfs2_glock_queue_work depends on the lockref spinlock begin held
* here as well.)
*/
/* Drop the remaining glock references manually. */
gl
->
gl_lockref
.
count
-=
drop_refs
;
if
(
!
gl
->
gl_lockref
.
count
)
{
__gfs2_glock_put
(
gl
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment