diff options
author | Sagi Grimberg <sagig@mellanox.com> | 2014-02-19 19:50:18 +0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2014-04-07 12:48:43 +0400 |
commit | 48f5e7b3dc1eb88cdc7772bd6a7bbb99c8843ae0 (patch) | |
tree | 070236703e37959044cd4b09e7be34d24b0d05b0 /include/target | |
parent | b5b8e2989e3406798dbb88fbb4eaafbbf1a56f6a (diff) | |
download | linux-48f5e7b3dc1eb88cdc7772bd6a7bbb99c8843ae0.tar.xz |
Target/core: Remove prot_handover use for now
This is not going to be supported soon - so drop it.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 82cb4ed06f71..f13fd09d91dc 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -451,11 +451,6 @@ enum target_prot_op { TARGET_PROT_DOUT_PASS, }; -enum target_prot_ho { - PROT_SEPERATED, - PROT_INTERLEAVED, -}; - enum target_prot_type { TARGET_DIF_TYPE0_PROT, TARGET_DIF_TYPE1_PROT, @@ -567,7 +562,6 @@ struct se_cmd { u32 reftag_seed; struct scatterlist *t_prot_sg; unsigned int t_prot_nents; - enum target_prot_ho prot_handover; sense_reason_t pi_err; sector_t bad_sector; bool prot_pto; |