From: Andy Grover <agrover@xxxxxxxxxx> Also, remove task_sg_offset, which is unused. Signed-off-by: Andy Grover <agrover@xxxxxxxxxx> Signed-off-by: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> --- include/target/target_core_base.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index ff1b461..77f570d 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -462,6 +462,7 @@ struct se_transport_task { struct se_task { unsigned char task_sense; struct scatterlist *task_sg; + u32 task_sg_num; struct scatterlist *task_sg_bidi; u8 task_scsi_status; u8 task_flags; @@ -472,8 +473,6 @@ struct se_task { u32 task_no; u32 task_sectors; u32 task_size; - u32 task_sg_num; - u32 task_sg_offset; enum dma_data_direction task_data_direction; struct se_cmd *task_se_cmd; struct se_device *se_dev; -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html