aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-10-17 13:56:50 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2011-10-23 23:21:47 -0400
commitbfaf40ada2e15bc972cab4cd5452a88720e30647 (patch)
tree23f64315f802c1e81b14a80988e1f192813c1133 /include/target
parent4499dda85890e6726def812febaab5dc064cc920 (diff)
target: remove the TRANSPORT_REMOVE state
We never queue an command with this state, and only set it in a completely bogus place in tcm_fc. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 027193650749..ced065c1428d 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -95,7 +95,6 @@ enum transport_state_table {
95 TRANSPORT_ISTATE_PROCESSING = 11, 95 TRANSPORT_ISTATE_PROCESSING = 11,
96 TRANSPORT_ISTATE_PROCESSED = 12, 96 TRANSPORT_ISTATE_PROCESSED = 12,
97 TRANSPORT_KILL = 13, 97 TRANSPORT_KILL = 13,
98 TRANSPORT_REMOVE = 14,
99 TRANSPORT_FREE = 15, 98 TRANSPORT_FREE = 15,
100 TRANSPORT_NEW_CMD_MAP = 16, 99 TRANSPORT_NEW_CMD_MAP = 16,
101 TRANSPORT_FREE_CMD_INTR = 17, 100 TRANSPORT_FREE_CMD_INTR = 17,