Skip to content

Commit

Permalink
target: Remove unused struct se_queue_req
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Andy Grover authored and Nicholas Bellinger committed Feb 25, 2012
1 parent 644df69 commit ef28640
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/target/target_core_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef28640

Please sign in to comment.