From: Ming Lei Date: Sat, 19 Apr 2014 10:00:19 +0000 (+0800) Subject: blk-mq: initialize req->q in allocation X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~49^2~65 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3c8a3ac0e68dcfc2a01f4aa1ca0edd1a1701eb;p=pandora-kernel.git blk-mq: initialize req->q in allocation The patch basically reverts the patch of(blk-mq: initialize request on allocation) in Jens's tree(already in -next), and only initialize req->q in allocation for two reasons: - presumed cache hotness on completion - blk_rq_tagged(rq) depends on reset of req->mq_ctx Signed-off-by: Ming Lei Signed-off-by: Jens Axboe --- Reading git-diff-tree failed