commit | 46f92d42ee37e10970e33891b7b61a342bd97aeb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Sep 13 16:40:12 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Sep 22 12:00:07 2014 -0600 |
tree | f8e8a59f0daa0c0fa4406a34b120d1d67b9a1c22 | |
parent | 81481eb423c295c5480a3fab9bb961cf286c91e7 [diff] |
blk-mq: unshared timeout handler Duplicate the (small) timeout handler in blk-mq so that we can pass arguments more easily to the driver timeout handler. This enables the next patch. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>