Commit c8cf2d9f authored by Andreas Gruenbacher's avatar Andreas Gruenbacher

gfs2: Remove outdated comment in glock_work_func

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 97d6fdcd
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment