tcm_loop: remove struct tcm_loop_nacl

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Christoph Hellwig
2015-04-13 19:51:09 +02:00
committed by Nicholas Bellinger
parent afc16604c0
commit df75b95627
2 changed files with 2 additions and 17 deletions

View File

@@ -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