]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Remove all 'struct nvme_command' usage
authorKeith Busch <kbusch@kernel.org>
Tue, 5 Nov 2019 15:12:30 +0000 (00:12 +0900)
committerKeith Busch <kbusch@kernel.org>
Tue, 5 Nov 2019 15:12:30 +0000 (00:12 +0900)
commit7b612ab9b38d4c6eb626c0a6062d129cbef1cba6
tree52b0e8d39958b4728bb9847526ac9ed90d7dd11d
parent66652af38042fc9624a8fbf25a325a788ccd3c82
Remove all 'struct nvme_command' usage

This is a kernel only data structure, user space should use it's own
uapi defined passthrough command structure for all command formatting.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Makefile
linux/nvme.h
nvme-ioctl.c