diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2017-05-23 19:48:23 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-07-07 01:57:58 -0400 |
commit | 9f2f342892e15f8600939ec8d06caf963ccff880 (patch) | |
tree | ef0422ba5020d4e906cd48be7f92c5c2e1749f0d /include/target | |
parent | 3e182db787714b373d4b1a1fd7dba4a581e8e406 (diff) |
target: Remove se_device.dev_list
The last user of se_device.dev_list was removed through commit
0fd97ccf45be ("target: kill struct se_subsystem_dev"). Hence
also remove se_device.dev_list.
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Andy Grover <agrover@redhat.com>
Cc: David Disseldorp <ddiss@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index f835528e424e..a3af69fcf75e 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -816,8 +816,6 @@ struct se_device { | |||
816 | unsigned char udev_path[SE_UDEV_PATH_LEN]; | 816 | unsigned char udev_path[SE_UDEV_PATH_LEN]; |
817 | /* Pointer to template of function pointers for transport */ | 817 | /* Pointer to template of function pointers for transport */ |
818 | const struct target_backend_ops *transport; | 818 | const struct target_backend_ops *transport; |
819 | /* Linked list for struct se_hba struct se_device list */ | ||
820 | struct list_head dev_list; | ||
821 | struct se_lun xcopy_lun; | 819 | struct se_lun xcopy_lun; |
822 | /* Protection Information */ | 820 | /* Protection Information */ |
823 | int prot_length; | 821 | int prot_length; |