diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-05-20 14:35:02 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-07-16 20:29:11 -0400 |
commit | 9f3eb93eaf5bd49051458fcb098af3fcf111d3d0 (patch) | |
tree | 449b9eafb1921bbfce0684e15b098691ddc2e412 /include | |
parent | 5f41a31d0a49a014adb1588edd0cc7f7e30cc55b (diff) |
target: move ref_cmd from the generic se_tmr_req into iscsi code
Also remove the unused ref_task_lun field in struct se_tmr_req.
(nab: Add missing TASK_REASSIGN ref_lun vs. ref_cmd orig_fe_lun checks
in iscsit_tmr_task_reassign)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 6e99dc5a5f6b..15039dd9de18 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -483,11 +483,8 @@ struct se_tmr_req { | |||
483 | int call_transport; | 483 | int call_transport; |
484 | /* Reference to ITT that Task Mgmt should be performed */ | 484 | /* Reference to ITT that Task Mgmt should be performed */ |
485 | u32 ref_task_tag; | 485 | u32 ref_task_tag; |
486 | /* 64-bit encoded SAM LUN from $FABRIC_MOD TMR header */ | ||
487 | u64 ref_task_lun; | ||
488 | void *fabric_tmr_ptr; | 486 | void *fabric_tmr_ptr; |
489 | struct se_cmd *task_cmd; | 487 | struct se_cmd *task_cmd; |
490 | struct se_cmd *ref_cmd; | ||
491 | struct se_device *tmr_dev; | 488 | struct se_device *tmr_dev; |
492 | struct se_lun *tmr_lun; | 489 | struct se_lun *tmr_lun; |
493 | struct list_head tmr_list; | 490 | struct list_head tmr_list; |