From 0fec08b4ecfc36fd8a64432343b2964fb86d2675 Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Fri, 3 Jan 2014 10:00:08 -0700 Subject: [PATCH] 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-format-patch failed