summary refs log tree commit diff
diff options
context:
space:
mode:
authorVishal Verma <vishal.l.verma@intel.com>2015-07-09 13:25:35 -0600
committerDan Williams <dan.j.williams@intel.com>2015-07-27 22:53:19 -0400
commitec92777f2ba93c00387b8fe53780c25adc57c744 (patch)
tree17f548e17e3ff0fbac2c4d6cf65fe574ec698873
parent5e32940621eb62064d98f42c9889db71b0368bde (diff)
downloadlinux-ec92777f2ba93c00387b8fe53780c25adc57c744.tar.gz
libnvdimm: Update name of the ars_status_record mask field
The spec suggests that this is a simple 'length' field, not a mask.
Update the name accordingly.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
-rw-r--r--include/uapi/linux/ndctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ndctl.h b/include/uapi/linux/ndctl.h
index 2b94ea2287bb..e94bc20016b2 100644
--- a/include/uapi/linux/ndctl.h
+++ b/include/uapi/linux/ndctl.h
@@ -87,7 +87,7 @@ struct nd_cmd_ars_status {
 		__u32 handle;
 		__u32 flags;
 		__u64 err_address;
-		__u64 mask;
+		__u64 length;
 	} __packed records[0];
 } __packed;