commit | 03dca343afe080968d90c4d9196404b5bbbc8461 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Sat May 21 12:22:41 2016 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sat May 21 12:22:41 2016 -0700 |
tree | 9eaad41e540dd50898dbe8fb49d7bcf5826c1c9c | |
parent | 5e24c9fd36285535c704e84748d6c890be870fb6 [diff] |
libnvdimm, dax: fix deletion The ndctl unit tests discovered that the dax enabling omitted updates to nd_detach_and_reset(). This routine clears device the configuration when the namespace is detached. Without this clearing userspace may assume that the device is in the process of being configured by another agent in the system. Signed-off-by: Dan Williams <dan.j.williams@intel.com>