aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/target/target_core_base.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 3f9e4da5bd9f..3a21e2234d2b 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -484,14 +484,6 @@ struct se_cmd {
484 484
485 struct work_struct work; 485 struct work_struct work;
486 486
487 /*
488 * Used for pre-registered fabric SGL passthrough WRITE and READ
489 * with the special SCF_PASSTHROUGH_CONTIG_TO_SG case for TCM_Loop
490 * and other HW target mode fabric modules.
491 */
492 struct scatterlist *t_task_pt_sgl;
493 u32 t_task_pt_sgl_num;
494
495 struct scatterlist *t_data_sg; 487 struct scatterlist *t_data_sg;
496 unsigned int t_data_nents; 488 unsigned int t_data_nents;
497 struct scatterlist *t_bidi_data_sg; 489 struct scatterlist *t_bidi_data_sg;