From: Andreas Gruenbacher Date: Fri, 25 Jul 2025 21:41:37 +0000 (+0200) Subject: gfs2: Remove unused sd_withdraw_wait field X-Git-Tag: v6.18-rc1~227^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37b1c0f120b78f804f588ce78cfbd5a2df352a33;p=thirdparty%2Flinux.git gfs2: Remove unused sd_withdraw_wait field This field was introduced in commit 601ef0d52e96 ("gfs2: Force withdraw to replay journals and wait for it to finish") and never used. Signed-off-by: Andreas Gruenbacher Reviewed-by: Andrew Price --- diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index e3a8a28acb998..78a00239e384f 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -822,7 +822,6 @@ struct gfs2_sbd { atomic_t sd_log_in_flight; wait_queue_head_t sd_log_flush_wait; int sd_log_error; /* First log error */ - wait_queue_head_t sd_withdraw_wait; unsigned int sd_log_tail; unsigned int sd_log_flush_tail;