]> www.infradead.org Git - users/sagi/libnvme.git/commit
mi: remove nsid from nvme_mi_admin_identify_secondary_ctrl_list()
authorDaniel Wagner <dwagner@suse.de>
Sat, 19 Aug 2023 10:44:07 +0000 (12:44 +0200)
committerDaniel Wagner <wagi@monom.org>
Sat, 19 Aug 2023 10:47:41 +0000 (12:47 +0200)
commit27c3a37a3c2c7b4b568e394c9935348d61cfcefa
tree2271ddea5918830442a056c836185b99ddb6d0f1
parent7a6d1a172cb78e9a0ee67f7d37324299cc8e0b75
mi: remove nsid from nvme_mi_admin_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_mi_admin_identify_secondary_ctrl_list().

Fixes: 07b63103878 ("ioctl: remove nsid from nvme_identify_secondary_ctrl_list()")
Signed-off-by: Daniel Wagner <dwagner@suse.de>
src/nvme/mi.h
test/mi.c