Skip to content

Commit

Permalink
target: remove the unused t_task_pt_sgl and t_task_pt_sgl_num se_cmd …
Browse files Browse the repository at this point in the history
…fields

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Christoph Hellwig authored and Nicholas Bellinger committed Dec 6, 2011
1 parent 33c3faf commit 6fd126f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/target/target_core_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6fd126f

Please sign in to comment.