aboutsummaryrefslogtreecommitdiff
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-24 03:21:47 +0000
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 02719365074..ced065c1428 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -95,7 +95,6 @@ enum transport_state_table {
TRANSPORT_ISTATE_PROCESSING = 11,
TRANSPORT_ISTATE_PROCESSED = 12,
TRANSPORT_KILL = 13,
- TRANSPORT_REMOVE = 14,
TRANSPORT_FREE = 15,
TRANSPORT_NEW_CMD_MAP = 16,
TRANSPORT_FREE_CMD_INTR = 17,