aboutsummaryrefslogtreecommitdiff
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-11-14 11:36:31 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2011-12-06 06:00:53 +0000
commit6fd126ffebef3897d8fca98644a9fd1cc5c7a5e3 (patch)
tree14371a3621bd18ed18ee5262844d673e4d48d843 /include/target
parent33c3fafc43e56a22be60ebe67bec5ba763d51010 (diff)
target: remove the unused t_task_pt_sgl and t_task_pt_sgl_num se_cmd fields
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-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 3f9e4da5bd9..3a21e2234d2 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;