From 48f5e7b3dc1eb88cdc7772bd6a7bbb99c8843ae0 Mon Sep 17 00:00:00 2001 From: Sagi Grimberg Date: Wed, 19 Feb 2014 17:50:18 +0200 Subject: [PATCH] Target/core: Remove prot_handover use for now This is not going to be supported soon - so drop it. Signed-off-by: Sagi Grimberg Signed-off-by: Nicholas Bellinger --- drivers/target/target_core_sbc.c | 1 - include/target/target_core_base.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/drivers/target/target_core_sbc.c b/drivers/target/target_core_sbc.c index c301d9b..11d6974 100644 --- a/drivers/target/target_core_sbc.c +++ b/drivers/target/target_core_sbc.c @@ -661,7 +661,6 @@ sbc_check_prot(struct se_device *dev, struct se_cmd *cmd, unsigned char *cdb, cmd->prot_type = dev->dev_attrib.pi_prot_type; cmd->prot_length = dev->prot_length * sectors; - cmd->prot_handover = PROT_SEPERATED; return true; } diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 82cb4ed..f13fd09 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; -- 2.7.4