Commit 38becbea authored by Andy Grover's avatar Andy Grover Committed by Nicholas Bellinger

target: Remove unused ua_dev_list member in struct se_ua

Initialized but not used.
Signed-off-by: default avatarAndy Grover <agrover@redhat.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 374b1057
...@@ -98,7 +98,6 @@ int core_scsi3_ua_allocate( ...@@ -98,7 +98,6 @@ int core_scsi3_ua_allocate(
pr_err("Unable to allocate struct se_ua\n"); pr_err("Unable to allocate struct se_ua\n");
return -ENOMEM; return -ENOMEM;
} }
INIT_LIST_HEAD(&ua->ua_dev_list);
INIT_LIST_HEAD(&ua->ua_nacl_list); INIT_LIST_HEAD(&ua->ua_nacl_list);
ua->ua_nacl = nacl; ua->ua_nacl = nacl;
......
...@@ -504,7 +504,6 @@ struct se_ua { ...@@ -504,7 +504,6 @@ struct se_ua {
u8 ua_asc; u8 ua_asc;
u8 ua_ascq; u8 ua_ascq;
struct se_node_acl *ua_nacl; struct se_node_acl *ua_nacl;
struct list_head ua_dev_list;
struct list_head ua_nacl_list; struct list_head ua_nacl_list;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment