commit | ed44832dea8a74f909e0187f350201402927f5e5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Apr 14 10:30:10 2014 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue Apr 15 14:03:03 2014 -0600 |
tree | 995f626a425e9daef055a540ea7e6ff8ed559959 | |
parent | e9b267d91f6ddbc694cb40aa962b0b2cec03971d [diff] |
blk-mq: initialize request on allocation If we want to share tag and request allocation between queues we cannot initialize the request at init/free time, but need to initialize it at allocation time as it might get used for different queues over its lifetime. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>