commit | 4316b79e4321d4140164e42f228778e5bc66c84f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Oct 29 10:25:07 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 07 13:42:33 2018 -0700 |
tree | cb499b7b547f1c1d17c0b72fbd77841314c8ff1f | |
parent | 92bc5a24844ada9b010f03c49a493e3edeadaa54 [diff] |
block: kill legacy parts of timeout handling 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. Reviewed-by: Hannes Reinecke <hare@suse.com> Tested-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>