Re: [PATCH] libnvdimm, region: hide persistence_domain when unknown

2018-03-21 Thread Ross Zwisler
On Tue, Mar 20, 2018 at 09:23:21PM -0700, Dan Williams wrote: > Similar to other region attributes, do not emit the persistence_domain > attribute if its contents are empty. > > Fixes: 96c3a239054a ("libnvdimm: expose platform persistence attr...") > Cc: Dave Jiang > Signed-off-by: Dan Williams

[PATCH] libnvdimm, region: hide persistence_domain when unknown

2018-03-20 Thread Dan Williams
Similar to other region attributes, do not emit the persistence_domain attribute if its contents are empty. Fixes: 96c3a239054a ("libnvdimm: expose platform persistence attr...") Cc: Dave Jiang Signed-off-by: Dan Williams --- drivers/nvdimm/region_devs.c |7 +++ 1 file changed, 7 insert