OSDN Git Service

target: Remove 'ua_nacl' pointer from se_ua structure
authorHannes Reinecke <hare@suse.de>
Thu, 11 Jun 2015 08:01:25 +0000 (10:01 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 16 Jun 2015 07:38:29 +0000 (00:38 -0700)
Unused.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_ua.c
include/target/target_core_base.h

index e53d4ee..e506224 100644 (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;
 
index 8cb6126..8a4f861 100644 (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;
 };