]> www.infradead.org Git - users/sagi/libnvme.git/commit
Use argument structure for nvme_security_send() and nvme_security_receive()
authorHannes Reinecke <hare@suse.de>
Fri, 17 Dec 2021 07:03:42 +0000 (08:03 +0100)
committerDaniel Wagner <dwagner@suse.de>
Mon, 10 Jan 2022 16:55:18 +0000 (17:55 +0100)
commit0b5a6b8ca0b7e1869030ea7628a34dfb7f8c9e07
treecae4e440943c4c4dab3ab8b5d13fdbc60794afa7
parente4653281bdb9ec0a4f2af1893cbbcc6b46b184eb
Use argument structure for nvme_security_send() and nvme_security_receive()

Use an argument structure instead of passing all arguments one by one.
This allows for a future expansion of the argument list without having
to change the library ABI.

Signed-off-by: Hannes Reinecke <hare@suse.de>
src/nvme/ioctl.c
src/nvme/ioctl.h