Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31605813 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Nicholas Bellinger
Browse files

target: Remove 'ua_nacl' pointer from se_ua structure



Unused.

Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent ee8c07d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;

+0 −1
Original line number Diff line number Diff line
@@ -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;
};