diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2017-01-06 11:32:08 +0100 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-02-09 00:39:09 -0800 |
commit | e381fe9e89909ced3d878b8c3c3a9b344c02cbdc (patch) | |
tree | 096fa6e0cd298ef537f719336ea6c5f684d95a11 /include/target | |
parent | 53c561dca9fd66330fe63d8a03ef859407e2cd91 (diff) | |
download | linux-e381fe9e89909ced3d878b8c3c3a9b344c02cbdc.tar.bz2 |
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.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 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 */ |