Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

btrfs: remove unused member list from btrfs_end_io_wq



The end io work queue items have been tracked by the work queues since
"Btrfs: Add async worker threads for pre and post IO checksumming"
(8b712842) (2008).

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent ee4ea698
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -89,7 +89,6 @@ struct btrfs_end_io_wq {
	struct btrfs_fs_info *info;
	struct btrfs_fs_info *info;
	int error;
	int error;
	enum btrfs_wq_endio_type metadata;
	enum btrfs_wq_endio_type metadata;
	struct list_head list;
	struct btrfs_work work;
	struct btrfs_work work;
};
};