From: Christoph Hellwig Date: Wed, 16 Apr 2014 07:44:57 +0000 (+0200) Subject: blk-mq: add blk_mq_requeue_request X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~47^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0791b2f83cec4e77d88c4e9baabcebf9254a78;p=pandora-kernel.git blk-mq: add blk_mq_requeue_request This allows to requeue a request that has been accepted by ->queue_rq earlier. This is needed by the SCSI layer in various error conditions. The existing internal blk_mq_requeue_request is renamed to __blk_mq_requeue_request as it is a lower level building block for this funtionality. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed