summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ndctl.h
diff options
context:
space:
mode:
authorDan Williams2017-05-04 20:47:22 +0200
committerDan Williams2017-05-05 00:41:39 +0200
commit9d62ed96511823fa9c2ac7a819d7b4be22a9a6de (patch)
tree960201b66f5fb6733dda4ab6b274fe6fafcf0e29 /include/uapi/linux/ndctl.h
parentlibnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED (diff)
downloadkernel-qcow2-linux-9d62ed96511823fa9c2ac7a819d7b4be22a9a6de.tar.gz
kernel-qcow2-linux-9d62ed96511823fa9c2ac7a819d7b4be22a9a6de.tar.xz
kernel-qcow2-linux-9d62ed96511823fa9c2ac7a819d7b4be22a9a6de.zip
libnvdimm: handle locked label storage areas
Per the latest version of the "NVDIMM DSM Interface Example" [1], the label data retrieval routine can report a "locked" status. In this case all regions associated with that DIMM are disabled until the label area is unlocked. Provide generic libnvdimm enabling for NVDIMMs with label data area locking capabilities. [1]: http://pmem.io/documents/ Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/uapi/linux/ndctl.h')
-rw-r--r--include/uapi/linux/ndctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ndctl.h b/include/uapi/linux/ndctl.h
index ede5c6a62164..7ad3863cb88b 100644
--- a/include/uapi/linux/ndctl.h
+++ b/include/uapi/linux/ndctl.h
@@ -169,6 +169,7 @@ enum {
enum {
ND_ARS_VOLATILE = 1,
ND_ARS_PERSISTENT = 2,
+ ND_CONFIG_LOCKED = 1,
};
static inline const char *nvdimm_bus_cmd_name(unsigned cmd)