Commit 37b1c0f1 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: Remove unused sd_withdraw_wait field



This field was introduced in commit 601ef0d5 ("gfs2: Force withdraw
to replay journals and wait for it to finish") and never used.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: default avatarAndrew Price <anprice@redhat.com>
parent 60c62731
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;