aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/sbp/sbp_target.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-04-13 19:51:11 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2015-05-30 22:41:49 -0700
commit16233799e383fc76f20d8142ef55da2308d36c65 (patch)
tree7c92c2d53494ce6b77241a7fd7b6bb1afe22e1ea /drivers/target/sbp/sbp_target.h
parenttcm_usb: remove struct usbg_nacl (diff)
downloadlinux-dev-16233799e383fc76f20d8142ef55da2308d36c65.tar.xz
linux-dev-16233799e383fc76f20d8142ef55da2308d36c65.zip
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>
Diffstat (limited to 'drivers/target/sbp/sbp_target.h')
-rw-r--r--drivers/target/sbp/sbp_target.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/target/sbp/sbp_target.h b/drivers/target/sbp/sbp_target.h
index 6d0d74a2c545..e1b0b84f7379 100644
--- a/drivers/target/sbp/sbp_target.h
+++ b/drivers/target/sbp/sbp_target.h
@@ -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;