]> www.infradead.org Git - users/sagi/libnvme.git/commit
Use argument structure for nvme_sanize_nvm()
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)
commit00b1ea933a81f45a430988db18bcc0f76a94a8f3
tree8581527ed45109a1fe19e34076283d15a4575861
parent38692fdb8c28210a8161fb2845a0302419528d0e
Use argument structure for nvme_sanize_nvm()

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