aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-06-17 18:40:51 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2012-07-16 20:29:12 -0400
commite1306bdab3af8bef620990a99e613f99eb30065c (patch)
tree8712e8e9777bdc59f44f6801decf94d077c33135 /include/target
parentc75660c5e42c1a3edc4df0d062b2bd73e69dadb7 (diff)
target: remove dead SCF_ flags
Remove the dead SCF_SE_ALLOW_EOO and SCF_DELAYED_CMD_FROM_SAM_ATTR from se_cmd_flags_table. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 15039dd9de18..1ae97fe93d2f 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -166,14 +166,12 @@ enum se_cmd_flags_table {
166 SCF_SCSI_RESERVATION_CONFLICT = 0x00000040, 166 SCF_SCSI_RESERVATION_CONFLICT = 0x00000040,
167 SCF_FUA = 0x00000080, 167 SCF_FUA = 0x00000080,
168 SCF_SE_LUN_CMD = 0x00000100, 168 SCF_SE_LUN_CMD = 0x00000100,
169 SCF_SE_ALLOW_EOO = 0x00000200,
170 SCF_BIDI = 0x00000400, 169 SCF_BIDI = 0x00000400,
171 SCF_SENT_CHECK_CONDITION = 0x00000800, 170 SCF_SENT_CHECK_CONDITION = 0x00000800,
172 SCF_OVERFLOW_BIT = 0x00001000, 171 SCF_OVERFLOW_BIT = 0x00001000,
173 SCF_UNDERFLOW_BIT = 0x00002000, 172 SCF_UNDERFLOW_BIT = 0x00002000,
174 SCF_SENT_DELAYED_TAS = 0x00004000, 173 SCF_SENT_DELAYED_TAS = 0x00004000,
175 SCF_ALUA_NON_OPTIMIZED = 0x00008000, 174 SCF_ALUA_NON_OPTIMIZED = 0x00008000,
176 SCF_DELAYED_CMD_FROM_SAM_ATTR = 0x00010000,
177 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00020000, 175 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00020000,
178 SCF_ACK_KREF = 0x00040000, 176 SCF_ACK_KREF = 0x00040000,
179}; 177};