aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@sandisk.com>2017-01-06 11:32:08 +0100
committerNicholas Bellinger <nab@linux-iscsi.org>2017-02-09 00:39:09 -0800
commite381fe9e89909ced3d878b8c3c3a9b344c02cbdc (patch)
tree096fa6e0cd298ef537f719336ea6c5f684d95a11 /include/target
parenttarget/iscsi: Fix spelling of "reallegiance" (diff)
downloadlinux-dev-e381fe9e89909ced3d878b8c3c3a9b344c02cbdc.tar.xz
linux-dev-e381fe9e89909ced3d878b8c3c3a9b344c02cbdc.zip
target/iscsi: Introduce a helper function for TMF translation
This patch does not change any functionality. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: Nicholas A. Bellinger <nab@linux-iscsi.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index da854fb4530f..92d5628775c2 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -197,6 +197,7 @@ enum tcm_tmreq_table {
TMR_LUN_RESET = 5,
TMR_TARGET_WARM_RESET = 6,
TMR_TARGET_COLD_RESET = 7,
+ TMR_UNKNOWN = 0xff,
};
/* fabric independent task management response values */