aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-11-14 11:36:28 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2011-12-06 01:00:52 -0500
commitaad13ca20d960ab74b739d7bbe876dac4502f546 (patch)
treebe24d2405a4f53449a7368cbd8218edc06ad8828 /include
parent58a2801a4b9ad97d3685bb7a3344e17d60292908 (diff)
target: remove the se_ordered_node se_cmd field
We never walk ordered_cmd_list in the se_device, so remove all code related to supporting it. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index f63997316dab..29773342f2c6 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -439,7 +439,6 @@ struct se_cmd {
439 /* Used for sense data */ 439 /* Used for sense data */
440 void *sense_buffer; 440 void *sense_buffer;
441 struct list_head se_delayed_node; 441 struct list_head se_delayed_node;
442 struct list_head se_ordered_node;
443 struct list_head se_lun_node; 442 struct list_head se_lun_node;
444 struct list_head se_qf_node; 443 struct list_head se_qf_node;
445 struct se_device *se_dev; 444 struct se_device *se_dev;
@@ -730,7 +729,6 @@ struct se_device {
730 struct se_obj dev_export_obj; 729 struct se_obj dev_export_obj;
731 struct se_queue_obj dev_queue_obj; 730 struct se_queue_obj dev_queue_obj;
732 spinlock_t delayed_cmd_lock; 731 spinlock_t delayed_cmd_lock;
733 spinlock_t ordered_cmd_lock;
734 spinlock_t execute_task_lock; 732 spinlock_t execute_task_lock;
735 spinlock_t state_task_lock; 733 spinlock_t state_task_lock;
736 spinlock_t dev_alua_lock; 734 spinlock_t dev_alua_lock;
@@ -756,7 +754,6 @@ struct se_device {
756 struct task_struct *dev_mgmt_thread; 754 struct task_struct *dev_mgmt_thread;
757 struct work_struct qf_work_queue; 755 struct work_struct qf_work_queue;
758 struct list_head delayed_cmd_list; 756 struct list_head delayed_cmd_list;
759 struct list_head ordered_cmd_list;
760 struct list_head execute_task_list; 757 struct list_head execute_task_list;
761 struct list_head state_task_list; 758 struct list_head state_task_list;
762 struct list_head qf_cmd_list; 759 struct list_head qf_cmd_list;