]> www.infradead.org Git - users/sagi/libnvme.git/commit
ioctl: pass ENDGID in nvme_get_features_endurance_event_cfg()
authorCaleb Sander <csander@purestorage.com>
Thu, 14 Sep 2023 20:56:31 +0000 (14:56 -0600)
committerDaniel Wagner <wagi@monom.org>
Wed, 20 Sep 2023 08:33:57 +0000 (10:33 +0200)
commitdb619f71737cf61c400f4ca26c9d08cc69d07622
treeeea6cdca15d660bb00d1b21e1a2168b47c4b92e2
parent0cc2caec87632a98d2bbbe79bbbcbf2c082fd8bf
ioctl: pass ENDGID in nvme_get_features_endurance_event_cfg()

The ENDGID parameter of nvme_get_features_endurance_event_cfg()
is currently unused.
According to the NVMe spec, it should be passed in CDW 11.

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