diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-11-03 17:50:44 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-11-04 06:43:35 -0400 |
commit | d29a5b6acc4b63d4e05ff554509df6fbeaf527cd (patch) | |
tree | edd94dc0420982dea35a811827757b3145689df0 /include/target | |
parent | 6ed5a557905f1c4e9ca5f8a6d607303a12d097e1 (diff) |
target: remove SCF_EMULATE_CDB_ASYNC
All ->execute_task instances now need to complete the I/O explicitly,
which can either happen synchronously or asynchronously.
Note that a lot of the CDB emulations appear to return success even if
some lowlevel operations failed. Given that this is an existing issue
this patch doesn't change that fact.
(nab: Adding missing switch breaks in PR-IN + PR_OUT)
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 14c1a71a36eb..7f5fed3c89e1 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -114,7 +114,6 @@ enum se_cmd_flags_table { | |||
114 | SCF_DELAYED_CMD_FROM_SAM_ATTR = 0x00080000, | 114 | SCF_DELAYED_CMD_FROM_SAM_ATTR = 0x00080000, |
115 | SCF_UNUSED = 0x00100000, | 115 | SCF_UNUSED = 0x00100000, |
116 | SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00400000, | 116 | SCF_PASSTHROUGH_SG_TO_MEM_NOALLOC = 0x00400000, |
117 | SCF_EMULATE_CDB_ASYNC = 0x01000000, | ||
118 | }; | 117 | }; |
119 | 118 | ||
120 | /* struct se_dev_entry->lun_flags and struct se_lun->lun_access */ | 119 | /* struct se_dev_entry->lun_flags and struct se_lun->lun_access */ |