commit | ae8219f186d8e98a3239afc6ea49bb46f2871d2f | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Mon Sep 19 16:04:21 2016 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Fri Sep 30 19:13:42 2016 -0700 |
tree | 8c32ce83b2e3b6d5b9a7565edd2ab305436131ef | |
parent | 44c462eb9e19dfa089b454271dd2dff5eaf1ad6d [diff] |
libnvdimm, label: convert label tracking to a linked list In preparation for enabling multiple namespaces per pmem region, convert the label tracking to use a linked list. In particular this will allow select_pmem_id() to move labels from the unvalidated state to the validated state. Currently we only track one validated set per-region. Signed-off-by: Dan Williams <dan.j.williams@intel.com>