]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gfs2: Remove outdated comment in glock_work_func
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 30 Mar 2024 05:51:41 +0000 (06:51 +0100)
committerAndreas 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

index c583ba05e8f52ce40e5a82958e990b80e331605a..ef4fbb197c99ab9740595a1d3521cab05ea74f00 100644 (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);