summaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorMike Christie2017-06-23 08:18:18 +0200
committerNicholas Bellinger2017-07-07 08:11:41 +0200
commitbe50f538e9a5081c61a78faf58c5591c94064633 (patch)
treedaa4e8b81b0dbb866212cc985661a6276a6148df /include/target
parentxcopy: loop over devices using idr helper (diff)
downloadkernel-qcow2-linux-be50f538e9a5081c61a78faf58c5591c94064633.tar.gz
kernel-qcow2-linux-be50f538e9a5081c61a78faf58c5591c94064633.tar.xz
kernel-qcow2-linux-be50f538e9a5081c61a78faf58c5591c94064633.zip
target: remove g_device_list
g_device_list is no longer needed because we now use the idr code for lookups and seaches. Signed-off-by: Mike Christie <mchristi@redhat.com> Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 51a92f17352c..516764febeb7 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -796,7 +796,6 @@ struct se_device {
struct list_head delayed_cmd_list;
struct list_head state_list;
struct list_head qf_cmd_list;
- struct list_head g_dev_node;
/* Pointer to associated SE HBA */
struct se_hba *se_hba;
/* T10 Inquiry and VPD WWN Information */