commit | 5dee857720db15e2c8ef0c03f7eeac00c4c63cb2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 27 20:59:47 2014 +0200 |
committer | Jens Axboe <axboe@fb.com> | Wed May 28 09:49:21 2014 -0600 |
tree | 7607431cfe22086dadbf8c74f2b25ee8555f5bbd | |
parent | 4ce01dd1a07d9cf3eaf44fbf4ea9a61b11badccc [diff] |
blk-mq: initialize request in __blk_mq_alloc_request Both callers if __blk_mq_alloc_request want to initialize the request, so lift it into the common path. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>