diff options
author | Hannes Reinecke <hare@suse.de> | 2015-06-11 10:01:25 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-06-16 00:38:29 -0700 |
commit | 316058134ffa0017199b460318e109aa79432cc6 (patch) | |
tree | dd1b36b24993a6ca8701c2ad1742b9d1844f9df8 /include/target | |
parent | ee8c07d0c32622b6fa44108b0141434575e43188 (diff) | |
download | linux-316058134ffa0017199b460318e109aa79432cc6.tar.bz2 |
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>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 8cb612613c10..8a4f861f12b7 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -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; }; |