On Tue, Jan 09, 2018 at 05:29:25PM -0700, Jens Axboe wrote: > We reduce the resolution of request expiry, but since we're already > using jiffies for this where resolution depends on the kernel > configuration and since the timeout resolution is coarse anyway, > that should be fine. Reviewed-by: Omar Sandoval <osandov@xxxxxx> > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> > --- > block/blk-mq.c | 2 +- > block/blk-timeout.c | 14 ++++++++------ > block/blk.h | 15 +++++++++++++++ > include/linux/blkdev.h | 4 +++- > 4 files changed, 27 insertions(+), 8 deletions(-) >