commit | d2436eda2e81f1993bfe6349f17f52503bffeff5 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Apr 18 14:17:49 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Apr 18 14:26:17 2011 -0400 |
tree | 1da4a8c0f15497afeaf955f9af28c816408ad285 | |
parent | 6fd17b5643bf05c29fc226a5aee96328056fca10 [diff] |
block, xen/blkback: remove blk_[get|put]_queue calls. They were used to check if the queue does not have QUEUE_FLAG_DEAD set. That is not necessary anymore as the 'submit_io' call ends up doing that for us. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>