From: Christoph Hellwig Date: Mon, 14 Nov 2011 16:36:31 +0000 (-0500) Subject: target: remove the unused t_task_pt_sgl and t_task_pt_sgl_num se_cmd fields X-Git-Tag: v3.2-rc5~31^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fd126ffebef3897d8fca98644a9fd1cc5c7a5e3;p=platform%2Fupstream%2Fkernel-adaptation-pc.git target: remove the unused t_task_pt_sgl and t_task_pt_sgl_num se_cmd fields Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 3f9e4da..3a21e22 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -484,14 +484,6 @@ struct se_cmd { struct work_struct work; - /* - * Used for pre-registered fabric SGL passthrough WRITE and READ - * with the special SCF_PASSTHROUGH_CONTIG_TO_SG case for TCM_Loop - * and other HW target mode fabric modules. - */ - struct scatterlist *t_task_pt_sgl; - u32 t_task_pt_sgl_num; - struct scatterlist *t_data_sg; unsigned int t_data_nents; struct scatterlist *t_bidi_data_sg;