aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-10-17 13:56:42 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2011-10-23 23:21:34 -0400
commitf7a5cc0b310af887f5391ba886d3d9254ac8920a (patch)
treec764805c79e4e4ff573a999573eb5dfa6965c461 /include
parente057f53308a5f071556ee80586b99ee755bf07f5 (diff)
target: remove SCF_EMULATE_QUEUE_FULL
Add a new boolean at_head parameter to transport_add_cmd_to_queue and thus obsolete the SCF_EMULATE_QUEUE_FULL flag. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-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 2d47aa9f762a..77b3de846340 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -127,7 +127,6 @@ enum se_cmd_flags_table {
127 SCF_UNUSED = 0x00100000, 127 SCF_UNUSED = 0x00100000,
128 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00400000, 128 SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00400000,
129 SCF_EMULATE_CDB_ASYNC = 0x01000000, 129 SCF_EMULATE_CDB_ASYNC = 0x01000000,
130 SCF_EMULATE_QUEUE_FULL = 0x02000000,
131}; 130};
132 131
133/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */ 132/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */