commit | b354aba0165519a74f540f2ba89d7ec78efca21d | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Tue May 17 20:24:16 2016 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Fri May 20 22:02:56 2016 -0700 |
tree | 7d15ce8e3fdcd8e899385fd543b9afa396e47fd7 | |
parent | acc93d30d7d43f428272c20a047389c4cbca82ba [diff] |
libnvdimm: release ida resources ida instances allocate some internal memory for ->free_bitmap in addition to the base 'struct ida'. Use ida_destroy() to release that memory at module_exit(). Reported-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>