diff options
author | Hannes Reinecke <hare@suse.de> | 2013-10-16 03:12:54 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-10-16 18:41:49 -0400 |
commit | a314d7003ccd4f4886d1280ff4f6c00217fc9ae3 (patch) | |
tree | 9c774ff0636ad0c7bf021dabdd0d3675a4b92e83 /include | |
parent | fb2b2844743bc3d84ce1033167210e5fe3963455 (diff) |
tcm_loop: separate out tcm_loop_issue_tmr
No functional change.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 5bdb8b7d2a69..22e752c4406d 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -227,6 +227,7 @@ enum tcm_tmreq_table { | |||
227 | 227 | ||
228 | /* fabric independent task management response values */ | 228 | /* fabric independent task management response values */ |
229 | enum tcm_tmrsp_table { | 229 | enum tcm_tmrsp_table { |
230 | TMR_FUNCTION_FAILED = 0, | ||
230 | TMR_FUNCTION_COMPLETE = 1, | 231 | TMR_FUNCTION_COMPLETE = 1, |
231 | TMR_TASK_DOES_NOT_EXIST = 2, | 232 | TMR_TASK_DOES_NOT_EXIST = 2, |
232 | TMR_LUN_DOES_NOT_EXIST = 3, | 233 | TMR_LUN_DOES_NOT_EXIST = 3, |