commit | 16f26c3aa9b9c36a9d1092ae3258461d1008481e | [log] [tgz] |
---|---|---|
author | Matias Bjørling <m@bjorling.me> | Sun Dec 06 11:25:48 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Mon Dec 07 09:14:19 2015 -0700 |
tree | fdfb366092d3727b6867aac782a6a09a042f85a3 | |
parent | 57b4bd06ff0372fe1e3617889c4b37fbd500364a [diff] |
lightnvm: replace req queue with nvmdev for lld In the case where a request queue is passed to the low lever lightnvm device drive integration, the device driver might pass its admin commands through another queue. Instead pass nvm_dev, and let the low level drive the appropriate queue. Reported-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>