projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e32940
)
libnvdimm: Update name of the ars_status_record mask field
author
Vishal Verma
<vishal.l.verma@intel.com>
Thu, 9 Jul 2015 19:25:35 +0000
(13:25 -0600)
committer
Dan Williams
<dan.j.williams@intel.com>
Tue, 28 Jul 2015 02:53:19 +0000
(22:53 -0400)
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>
include/uapi/linux/ndctl.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/ndctl.h
b/include/uapi/linux/ndctl.h
index 2b94ea2287bb92fd882b92f81faaa36b28731f28..e94bc20016b2d2d130bb7d1d7ee640a5469c1e37 100644
(file)
--- 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;