From: Andreas Gruenbacher Date: Sat, 30 Mar 2024 05:51:41 +0000 (+0100) Subject: gfs2: Remove outdated comment in glock_work_func X-Git-Tag: v6.11-rc1~158^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cf2d9f189bf53beefd53b90cc65c556d16dd5a;p=thirdparty%2Fkernel%2Flinux.git gfs2: Remove outdated comment in glock_work_func Signed-off-by: Andreas Gruenbacher --- diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index c583ba05e8f52..ef4fbb197c99a 100644 --- 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);