From: Ming Lei Date: Fri, 3 Jan 2014 17:00:08 +0000 (-0700) Subject: blk-mq: fix initializing request's start time X-Git-Tag: v3.14-rc1~43^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fec08b4ecfc36fd8a64432343b2964fb86d2675;p=pandora-kernel.git blk-mq: fix initializing request's start time blk_rq_init() is called in req's complete handler to initialize the request, so the members of start_time and start_time_ns might become inaccurate when it is allocated in future. The patch initializes the two members in blk_mq_rq_ctx_init() to fix the problem. Signed-off-by: Ming Lei Signed-off-by: Jens Axboe --- Reading git-diff-tree failed