From: Christoph Hellwig Date: Tue, 27 May 2014 18:59:49 +0000 (+0200) Subject: blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~49^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793597a6a95675f4f85671cf747c1d92e7dbc295;p=pandora-kernel.git blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request We already do a non-blocking allocation in blk_mq_map_request, no need to repeat it. Just call __blk_mq_alloc_request to wait directly. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed