summaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback/tcm_loop.h
diff options
context:
space:
mode:
authorChristoph Hellwig2015-04-13 19:51:09 +0200
committerNicholas Bellinger2015-05-31 07:41:48 +0200
commitdf75b956274b03e09426c1169f913d884d768ee7 (patch)
tree8af4dfe5b578ffec87d01feeb9b5d61ee76afd59 /drivers/target/loopback/tcm_loop.h
parenttarget: Remove first argument of target_{get,put}_sess_cmd() (diff)
downloadkernel-qcow2-linux-df75b956274b03e09426c1169f913d884d768ee7.tar.gz
kernel-qcow2-linux-df75b956274b03e09426c1169f913d884d768ee7.tar.xz
kernel-qcow2-linux-df75b956274b03e09426c1169f913d884d768ee7.zip
tcm_loop: remove struct tcm_loop_nacl
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/loopback/tcm_loop.h')
-rw-r--r--drivers/target/loopback/tcm_loop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/target/loopback/tcm_loop.h b/drivers/target/loopback/tcm_loop.h
index 433e595e5daa..4346462094a1 100644
--- a/drivers/target/loopback/tcm_loop.h
+++ b/drivers/target/loopback/tcm_loop.h
@@ -28,10 +28,6 @@ struct tcm_loop_nexus {
struct se_session *se_sess;
};
-struct tcm_loop_nacl {
- struct se_node_acl se_node_acl;
-};
-
#define TCM_TRANSPORT_ONLINE 0
#define TCM_TRANSPORT_OFFLINE 1