commit | 0152fb6b57c4fae769ee75ea2ae670f4ff39fba9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Sep 13 16:40:13 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Sep 22 12:00:07 2014 -0600 |
tree | f59f4c6703c1914bc65607f21ae8c868b995f245 | |
parent | 46f92d42ee37e10970e33891b7b61a342bd97aeb [diff] |
blk-mq: pass a reserved argument to the timeout handler Allow blk-mq to pass an argument to the timeout handler to indicate if we're timing out a reserved or regular command. For many drivers those need to be handled different. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>