We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b727c0 + a849f97 commit 6d38953Copy full SHA for 6d38953
1 file changed
src/nvme/ioctl.h
@@ -3827,8 +3827,8 @@ static inline int nvme_flush(int fd, __u32 nsid) {
3827
* @reftag: This field specifies the Initial Logical Block Reference Tag
3828
* expected value. Used only if the namespace is formatted to use
3829
* end-to-end protection information.
3830
- * @dsm: Data set management attributes, see &enum nvme_io_dsm_flags
3831
* @dspec: Directive specific value
+ * @dsm: Data set management attributes, see &enum nvme_io_dsm_flags
3832
*/
3833
struct nvme_io_args {
3834
__u64 slba;
@@ -3847,8 +3847,8 @@ struct nvme_io_args {
3847
__u16 control;
3848
__u16 apptag;
3849
__u16 appmask;
3850
+ __u16 dspec;
3851
__u8 dsm;
- __u8 dspec;
3852
} __attribute__((__packed__, aligned(__alignof__(__u64))));
3853
3854
/**
0 commit comments