]> www.infradead.org Git - users/sagi/libnvme.git/commit
Use argument structure for nvme_zns_append()
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)
commit7eb8331d0ffbc4263fa8b6a375f34edde4b442ae
tree28e31f02d205e13417af6ef0d05f284e69e94bea
parentf08139355010b7c64d49b8cd2e0ecf27d1d6632b
Use argument structure for nvme_zns_append()

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