aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/loopback/tcm_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/loopback/tcm_loop.h')
-rw-r--r--drivers/target/loopback/tcm_loop.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/target/loopback/tcm_loop.h b/drivers/target/loopback/tcm_loop.h
index a8a230b4e6b5..3acc43c05117 100644
--- a/drivers/target/loopback/tcm_loop.h
+++ b/drivers/target/loopback/tcm_loop.h
@@ -16,15 +16,11 @@ struct tcm_loop_cmd {
16 /* The TCM I/O descriptor that is accessed via container_of() */ 16 /* The TCM I/O descriptor that is accessed via container_of() */
17 struct se_cmd tl_se_cmd; 17 struct se_cmd tl_se_cmd;
18 struct work_struct work; 18 struct work_struct work;
19 struct completion tmr_done;
19 /* Sense buffer that will be mapped into outgoing status */ 20 /* Sense buffer that will be mapped into outgoing status */
20 unsigned char tl_sense_buf[TRANSPORT_SENSE_BUFFER]; 21 unsigned char tl_sense_buf[TRANSPORT_SENSE_BUFFER];
21}; 22};
22 23
23struct tcm_loop_tmr {
24 atomic_t tmr_complete;
25 wait_queue_head_t tl_tmr_wait;
26};
27
28struct tcm_loop_nexus { 24struct tcm_loop_nexus {
29 /* 25 /*
30 * Pointer to TCM session for I_T Nexus 26 * Pointer to TCM session for I_T Nexus