From b3e13c1d93ed251fe980e82eee33d9e5a454651e Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 12 Oct 2011 11:07:07 -0400 Subject: [PATCH] --- yaml --- r: 264691 b: refs/heads/master c: 3189b067eeae4646f3c7fa0ed0d14659a682baa8 h: refs/heads/master i: 264689: f48ed7eba5a4f35f21db1186df2bab2235312e7d 264687: 39cb7469df504ff50c17e42866c62e277d11abea v: v3 --- [refs] | 2 +- trunk/include/target/target_core_base.h | 30 ++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/[refs] b/[refs] index 807ea5efbb3b..7960382a119c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 04629b7bde553e3703577779f53cb0ba1eddd2c0 +refs/heads/master: 3189b067eeae4646f3c7fa0ed0d14659a682baa8 diff --git a/trunk/include/target/target_core_base.h b/trunk/include/target/target_core_base.h index 45291b23bc03..a6c23485068e 100644 --- a/trunk/include/target/target_core_base.h +++ b/trunk/include/target/target_core_base.h @@ -402,24 +402,24 @@ struct se_queue_obj { } ____cacheline_aligned; struct se_task { - unsigned char task_sense; - struct scatterlist *task_sg; - u32 task_sg_nents; - struct scatterlist *task_sg_bidi; - u8 task_scsi_status; - u8 task_flags; - int task_error_status; unsigned long long task_lba; - u32 task_sectors; - u32 task_size; + u32 task_sectors; + u32 task_size; + struct se_cmd *task_se_cmd; + struct scatterlist *task_sg; + struct scatterlist *task_sg_bidi; + u32 task_sg_nents; + u16 task_flags; + u8 task_sense; + u8 task_scsi_status; + int task_error_status; enum dma_data_direction task_data_direction; - struct se_cmd *task_se_cmd; - struct completion task_stop_comp; - atomic_t task_state_active; + atomic_t task_state_active; struct timer_list task_timer; - struct list_head t_list; - struct list_head t_execute_list; - struct list_head t_state_list; + struct list_head t_list; + struct list_head t_execute_list; + struct list_head t_state_list; + struct completion task_stop_comp; } ____cacheline_aligned; struct se_cmd {