commit | c22d9d8a60646a1521ae12a2176f58da19afa186 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Fri May 23 14:14:57 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Fri May 23 14:14:57 2014 -0600 |
tree | a775af0fa69f0eb8f81ce258fbfbab52d6ae86e4 | |
parent | edf866b3805c5651bf7d035b72dc0190cb6ff4a7 [diff] |
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>