Re: [PATCH 3/4] lightnvm: bad type conversion for nvme control bits

2017-04-11 Thread Matias Bjørling
On 04/07/2017 08:31 PM, Javier González wrote: 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 --- drivers/nvme/host/lightnvm.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 3/4] lightnvm: bad type conversion for nvme control bits

2017-04-07 Thread Javier González
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 --- drivers/nvme/host/lightnvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git