commit | 2e13f33a2464fc3aa7783022a90309cabeca8935 | [log] [tgz] |
---|---|---|
author | Javier González <jg@lightnvm.io> | Wed May 03 11:19:04 2017 +0200 |
committer | Jens Axboe <axboe@fb.com> | Thu May 04 07:53:04 2017 -0600 |
tree | db025603a0572b86538f0e15a1d131cfb5d8e268 | |
parent | 2719aa217e0d025dbfce74ac777815776ccec072 [diff] |
lightnvm: create cmd before allocating request Create nvme command before allocating a request using nvme_alloc_request, which uses the command direction. Up until now, the command has been zeroized, so all commands have been allocated as a read operation. Signed-off-by: Javier González <javier@cnexlabs.com> Reviewed-by: Matias Bjørling <matias@cnexlabs.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>