dect
/
linux-2.6
Archived
13
0
Fork 0

target: Remove unused struct se_queue_req

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
Andy Grover 2012-01-19 13:39:13 -08:00 committed by Nicholas Bellinger
parent 644df699d5
commit ef28640497
1 changed files with 0 additions and 6 deletions

View File

@ -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;