sbp_target: remove struct sbp_nacl
Except for the embedded struct se_node_acl none of the fields were ever used. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:

committed by
Nicholas Bellinger

parent
a3b679e7e4
commit
16233799e3
@@ -151,15 +151,6 @@ struct sbp_session {
|
||||
u64 reconnect_expires;
|
||||
};
|
||||
|
||||
struct sbp_nacl {
|
||||
/* Initiator EUI-64 */
|
||||
u64 guid;
|
||||
/* ASCII formatted GUID for SBP Initiator port */
|
||||
char iport_name[SBP_NAMELEN];
|
||||
/* Returned by sbp_make_nodeacl() */
|
||||
struct se_node_acl se_node_acl;
|
||||
};
|
||||
|
||||
struct sbp_tpg {
|
||||
/* Target portal group tag for TCM */
|
||||
u16 tport_tpgt;
|
||||
|
Reference in New Issue
Block a user