]> www.infradead.org Git - users/sagi/libnvme.git/commit
Use argument structure for NVMe I/O commands
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)
commit03583610a8261f8bdb1d210667bfcc99fc9e3ac0
tree33e0bf066b31e69b6a4d04f54ec2ffc3bc086871
parentdb91866c6a3b6f86d567bb8b47b68c925920f8cb
Use argument structure for NVMe I/O commands

Use an argument structure for NVMe I/O commands like nvme_read() or
nvme_write() 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
src/nvme/tree.c