]> www.infradead.org Git - users/sagi/libnvme.git/commit
ioctl: remove nsid from nvme_identify_secondary_ctrl_list()
authorCaleb Sander <csander@purestorage.com>
Sat, 12 Aug 2023 19:51:18 +0000 (13:51 -0600)
committerDaniel Wagner <wagi@monom.org>
Thu, 17 Aug 2023 12:56:12 +0000 (14:56 +0200)
commitf07b63103878c8c973182bf63459e2e1556cc2db
treee317963a8a238edada3a00069df849266d4cb744
parent20a3fa87520af7f615415091fe9da484b0ac3bd2
ioctl: remove nsid from nvme_identify_secondary_ctrl_list()

According to the NVMe specification, Identify CNS value 15h
("Secondary Controller list of controllers associated with
the primary controller processing the command")
does not use the NSID field.
So remove the "nsid" argument from nvme_identify_secondary_ctrl_list().

Signed-off-by: Caleb Sander <csander@purestorage.com>
src/nvme/ioctl.h
test/test.c