gfs2: Remove outdated comment in glock_work_func

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
Andreas Gruenbacher 2024-03-30 06:51:41 +01:00
parent 97d6fdcd79
commit c8cf2d9f18

View file

@ -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);