Re: [PATCH 1/2] scsi: Move scsi_cmd->jiffies_at_alloc initialization to allocation time

From: hch@xxxxxx
Date: Tue Aug 22 2017 - 02:51:11 EST


On Mon, Aug 21, 2017 at 05:13:20PM -0500, Brian King wrote:
> Move the initialization of scsi_cmd->jiffies_at_alloc to allocation
> time rather than prep time. Also ensure that jiffies_at_alloc
> is preserved when we go through prep. This lets us send retries
> through prep again and not break the overall retry timer logic
> in scsi_softirq_done.
>
> Suggested-by: Bart Van Assche <Bart.VanAssche@xxxxxxx>
> Signed-off-by: Brian King <brking@xxxxxxxxxxxxxxxxxx>

As far as I can tell this will never set jiffies_at_alloc for the
blk-mq path.