Skip to content

Commit c8cf2d9

Browse files
author
Andreas Gruenbacher
committed
gfs2: Remove outdated comment in glock_work_func
Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent 97d6fdc commit c8cf2d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

fs/gfs2/glock.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,11 +1137,7 @@ static void glock_work_func(struct work_struct *work)
11371137
gfs2_glock_queue_work(gl, delay);
11381138
}
11391139

1140-
/*
1141-
* Drop the remaining glock references manually here. (Mind that
1142-
* gfs2_glock_queue_work depends on the lockref spinlock begin held
1143-
* here as well.)
1144-
*/
1140+
/* Drop the remaining glock references manually. */
11451141
gl->gl_lockref.count -= drop_refs;
11461142
if (!gl->gl_lockref.count) {
11471143
__gfs2_glock_put(gl);

0 commit comments

Comments
 (0)