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
-1
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;
};