commit | e85292feb98ca8ba4dcd6b5d33e1214a4b54512d | [log] [tgz] |
---|---|---|
author | Javier González <jg@lightnvm.io> | Sat Apr 15 20:55:44 2017 +0200 |
committer | Jens Axboe <axboe@fb.com> | Sun Apr 16 10:06:25 2017 -0600 |
tree | 2ca9777d99d2fa25bdc6ba3426a97f784e8598d1 | |
parent | 7d1ef2f408abecc05f9dfaec1095098a090879dc [diff] |
lightnvm: bad type conversion for nvme control bits The NVMe I/O command control bits are 16 bytes, but is interpreted as 32 bytes in the lightnvm user I/O data path. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@fb.com>