target: Remove 'ua_nacl' pointer from se_ua structure

Unused.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Hannes Reinecke 2015-06-11 10:01:25 +02:00 committed by Nicholas Bellinger
parent ee8c07d0c3
commit 316058134f
2 changed files with 0 additions and 2 deletions

View file

@ -107,7 +107,6 @@ int core_scsi3_ua_allocate(
}
INIT_LIST_HEAD(&ua->ua_nacl_list);
ua->ua_nacl = nacl;
ua->ua_asc = asc;
ua->ua_ascq = ascq;

View file

@ -548,7 +548,6 @@ struct se_cmd {
struct se_ua {
u8 ua_asc;
u8 ua_ascq;
struct se_node_acl *ua_nacl;
struct list_head ua_nacl_list;
};