diff options
author | Hannes Reinecke <hare@suse.de> | 2013-10-16 09:12:54 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-10-16 15:41:49 -0700 |
commit | a314d7003ccd4f4886d1280ff4f6c00217fc9ae3 (patch) | |
tree | 9c774ff0636ad0c7bf021dabdd0d3675a4b92e83 /include | |
parent | fb2b2844743bc3d84ce1033167210e5fe3963455 (diff) | |
download | linux-a314d7003ccd4f4886d1280ff4f6c00217fc9ae3.tar.bz2 |
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 { /* fabric independent task management response values */ enum tcm_tmrsp_table { + TMR_FUNCTION_FAILED = 0, TMR_FUNCTION_COMPLETE = 1, TMR_TASK_DOES_NOT_EXIST = 2, TMR_LUN_DOES_NOT_EXIST = 3, |