From c8cf2d9f189bf53beefd53b90cc65c556d16dd5a Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sat, 30 Mar 2024 06:51:41 +0100 Subject: gfs2: Remove outdated comment in glock_work_func Signed-off-by: Andreas Gruenbacher --- fs/gfs2/glock.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); -- cgit