On Thu, Oct 25, 2018 at 03:10:22PM -0600, Jens Axboe wrote: > This will ease in the conversion to blk-mq, where we can't set > a timeout handler after queue init. On thing I hoped to archive with the last round of bsg cleanups is to isolate the users of bsg from even knowing there is a struct request underneath. Based on that it would be nice to pass the struct bsg_job to the actual timeout handlers instead of struct request.