Re: [PATCH 22/28] block: kill legacy parts of timeout handling

2018-10-29 Thread Hannes Reinecke
On 10/25/18 11:10 PM, Jens Axboe wrote: The only user of legacy timing now is BSG, which is invoked from the mq timeout handler. Kill the legacy code, and rename the q->rq_timed_out_fn to q->bsg_job_timeout_fn. Signed-off-by: Jens Axboe --- block/blk-core.c | 1 - block/blk-settings.c

[PATCH 22/28] block: kill legacy parts of timeout handling

2018-10-25 Thread Jens Axboe
The only user of legacy timing now is BSG, which is invoked from the mq timeout handler. Kill the legacy code, and rename the q->rq_timed_out_fn to q->bsg_job_timeout_fn. Signed-off-by: Jens Axboe --- block/blk-core.c | 1 - block/blk-settings.c | 7 --- block/blk-timeout.c| 99 +++