projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d6fdc
)
gfs2: Remove outdated comment in glock_work_func
author
Andreas Gruenbacher
<agruenba@redhat.com>
Sat, 30 Mar 2024 05:51:41 +0000
(06:51 +0100)
committer
Andreas Gruenbacher
<agruenba@redhat.com>
Wed, 29 May 2024 13:34:55 +0000
(15:34 +0200)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/glock.c
b/fs/gfs2/glock.c
index c583ba05e8f52ce40e5a82958e990b80e331605a..ef4fbb197c99ab9740595a1d3521cab05ea74f00 100644
(file)
--- a/
fs/gfs2/glock.c
+++ b/
fs/gfs2/glock.c
@@
-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);