Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blk-mq: allow setting of per-request timeouts
Currently blk-mq uses the queue timeout for all requests. But for some commands, drivers may want to set a specific timeout for special requests. Allow this to be passed in through request->timeout, and use it if set. Signed-off-by: Jens Axboe <axboe@fb.com>
- Loading branch information