]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
gfs2: Remove unused sd_withdraw_wait field
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 25 Jul 2025 21:41:37 +0000 (23:41 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 12 Sep 2025 10:01:54 +0000 (12:01 +0200)
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 <agruenba@redhat.com>
Reviewed-by: Andrew Price <anprice@redhat.com>
fs/gfs2/incore.h

index e3a8a28acb9982da100d6688e403fc6ad52ea6bc..78a00239e384fba85df3215a9451317cdb340309 100644 (file)
@@ -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;