diff options
author | Andy Grover <agrover@redhat.com> | 2013-11-25 14:56:09 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-12-16 15:39:04 -0500 |
commit | 38becbeadfc9318867d98c9d792b40997d5cb264 (patch) | |
tree | dc421fb217a1af3aae35ae86d73be296b8f506d4 /drivers/target | |
parent | 374b105797c3d4f29c685f3be535c35f5689b30e (diff) |
target: Remove unused ua_dev_list member in struct se_ua
Initialized but not used.
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/target_core_ua.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_ua.c b/drivers/target/target_core_ua.c index b04467e7547c..505519b10cb7 100644 --- a/drivers/target/target_core_ua.c +++ b/drivers/target/target_core_ua.c | |||
@@ -98,7 +98,6 @@ int core_scsi3_ua_allocate( | |||
98 | pr_err("Unable to allocate struct se_ua\n"); | 98 | pr_err("Unable to allocate struct se_ua\n"); |
99 | return -ENOMEM; | 99 | return -ENOMEM; |
100 | } | 100 | } |
101 | INIT_LIST_HEAD(&ua->ua_dev_list); | ||
102 | INIT_LIST_HEAD(&ua->ua_nacl_list); | 101 | INIT_LIST_HEAD(&ua->ua_nacl_list); |
103 | 102 | ||
104 | ua->ua_nacl = nacl; | 103 | ua->ua_nacl = nacl; |