Commit 31605813 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Nicholas Bellinger

target: Remove 'ua_nacl' pointer from se_ua structure

Unused.
Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent ee8c07d0
...@@ -107,7 +107,6 @@ int core_scsi3_ua_allocate( ...@@ -107,7 +107,6 @@ int core_scsi3_ua_allocate(
} }
INIT_LIST_HEAD(&ua->ua_nacl_list); INIT_LIST_HEAD(&ua->ua_nacl_list);
ua->ua_nacl = nacl;
ua->ua_asc = asc; ua->ua_asc = asc;
ua->ua_ascq = ascq; ua->ua_ascq = ascq;
......
...@@ -548,7 +548,6 @@ struct se_cmd { ...@@ -548,7 +548,6 @@ struct se_cmd {
struct se_ua { struct se_ua {
u8 ua_asc; u8 ua_asc;
u8 ua_ascq; u8 ua_ascq;
struct se_node_acl *ua_nacl;
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