commit | 9d62ed96511823fa9c2ac7a819d7b4be22a9a6de | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu May 04 11:47:22 2017 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu May 04 15:41:39 2017 -0700 |
tree | 960201b66f5fb6733dda4ab6b274fe6fafcf0e29 | |
parent | 8f078b38dd382710884ce7abd31a1935c440e6f8 [diff] |
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>