Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
c9fed2bb61
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 };