aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-01-19 16:39:13 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2012-02-25 17:37:47 -0500
commitef28640497f5935bf614e1e29b16972d8b97cdb2 (patch)
tree76ef67c94005581784fcd943e293c5ea4f403c75 /include/target
parent644df699d598c12989238b3f14fdabf78c6076ab (diff)
target: Remove unused struct se_queue_req
Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index f609af441422..41dd91b98907 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -474,12 +474,6 @@ struct t10_reservation {
474 struct t10_reservation_ops pr_ops; 474 struct t10_reservation_ops pr_ops;
475}; 475};
476 476
477struct se_queue_req {
478 int state;
479 struct se_cmd *cmd;
480 struct list_head qr_list;
481};
482
483struct se_queue_obj { 477struct se_queue_obj {
484 atomic_t queue_cnt; 478 atomic_t queue_cnt;
485 spinlock_t cmd_queue_lock; 479 spinlock_t cmd_queue_lock;