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

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

btrfs: remove unused member list from async_submit_bio



The list used to track checksums in the early version (2.6.29), but I
was able not pinpoint the commit that stopped using it. Everything
apparently works without it for a long time.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 106204f1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -121,7 +121,6 @@ struct async_submit_bio {
	void *private_data;
	struct btrfs_fs_info *fs_info;
	struct bio *bio;
	struct list_head list;
	extent_submit_bio_hook_t *submit_bio_start;
	extent_submit_bio_hook_t *submit_bio_done;
	int mirror_num;