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 <[email protected]>
---
block/blk-core.c | 1 -
block/blk-settings.c | 7 ---
block/blk-timeout.c | 99 +++---------------------------------------
block/blk.h | 1 -
block/bsg-lib.c | 6 +--
include/linux/blkdev.h | 4 +-
6 files changed, 11 insertions(+), 107 deletions(-)
Reviewed-by: Hannes Reinecke <[email protected]>
Cheers,
Hannes