block, xen/blkback: remove blk_[get|put]_queue calls.
commitd2436eda2e81f1993bfe6349f17f52503bffeff5
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 18 Apr 2011 18:17:49 +0000 (18 14:17 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 18 Apr 2011 18:26:17 +0000 (18 14:26 -0400)
tree1da4a8c0f15497afeaf955f9af28c816408ad285
parent6fd17b5643bf05c29fc226a5aee96328056fca10
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>
block/blk-core.c
drivers/xen/blkback/blkback.c