diff mbox

[1/2] libnvdimm: Update name of the ars_status_record mask field

Message ID 1437675245-13891-1-git-send-email-vishal.l.verma@intel.com (mailing list archive)
State Accepted
Commit ec92777f2ba9
Delegated to: Dan Williams
Headers show

Commit Message

Verma, Vishal L July 23, 2015, 6:14 p.m. UTC
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>
---
 include/uapi/linux/ndctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/uapi/linux/ndctl.h b/include/uapi/linux/ndctl.h
index 2b94ea2..e94bc20 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;