From: Andreas Gruenbacher Date: Sat, 30 Mar 2024 05:51:41 +0000 (+0100) Subject: gfs2: Remove outdated comment in glock_work_func X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c8cf2d9f189bf53beefd53b90cc65c556d16dd5a;p=users%2Fwilly%2Fxarray.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 c583ba05e8f5..ef4fbb197c99 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);