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 e53d4eec2ebc22a68347256911e56fc391e8be59..e5062245171e200e60de8cf6a3fc0991d4381b87 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 8cb612613c10552ae81c0eda67bc2df72f9f7c2d..8a4f861f12b7933685a911330453ce8ec2abeff5 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;
 };
 
This page took 0.036425 seconds and 5 git commands to generate.