Commit adf4c0c5 authored by David Sterba's avatar David Sterba
Browse files

btrfs: remove unused btrfs_device::flush_bio_sent



The status of flush bio is tracked as a status bit, changed in commit
1c3063b6 ("btrfs: cleanup device states define
BTRFS_DEV_STATE_FLUSH_SENT"), the flush_bio_sent was forgotten.

Reviewed-by: default avatarAnand Jain <anand.jain@oracle.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent b64119b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ struct btrfs_device {

	unsigned long dev_state;
	blk_status_t last_flush_error;
	int flush_bio_sent;

#ifdef __BTRFS_NEED_DEVICE_DATA_ORDERED
	seqcount_t data_seqcount;