Browse Source

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"
(8b7128429235d9bd72cfd5e) (2008).

Signed-off-by: David Sterba <dsterba@suse.com>
David Sterba 8 years ago
parent
commit
c9fed2bb61
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/btrfs/disk-io.c

+ 0 - 1
fs/btrfs/disk-io.c

@@ -89,7 +89,6 @@ struct btrfs_end_io_wq {
 	struct btrfs_fs_info *info;
 	int error;
 	enum btrfs_wq_endio_type metadata;
-	struct list_head list;
 	struct btrfs_work work;
 };