From: Konrad Rzeszutek Wilk Date: Mon, 18 Apr 2011 18:17:49 +0000 (-0400) Subject: block, xen/blkback: remove blk_[get|put]_queue calls. X-Git-Tag: v3.0-rc1~162^2~16^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2436eda2e81f1993bfe6349f17f52503bffeff5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed