aboutsummaryrefslogtreecommitdiff
path: root/include/target
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-01-19 13:39:13 -0800
committerNicholas Bellinger <nab@linux-iscsi.org>2012-02-25 14:37:47 -0800
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 f609af44142..41dd91b9890 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -474,12 +474,6 @@ struct t10_reservation {
struct t10_reservation_ops pr_ops;
};
-struct se_queue_req {
- int state;
- struct se_cmd *cmd;
- struct list_head qr_list;
-};
-
struct se_queue_obj {
atomic_t queue_cnt;
spinlock_t cmd_queue_lock;