Skip to content

Commit

Permalink
libnvdimm: Update name of the ars_status_record mask field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vishal Verma authored and Dan Williams committed Jul 28, 2015
1 parent 5e32940 commit ec92777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/ndctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct nd_cmd_ars_status {
__u32 handle;
__u32 flags;
__u64 err_address;
__u64 mask;
__u64 length;
} __packed records[0];
} __packed;

Expand Down

0 comments on commit ec92777

Please sign in to comment.