Re: [PATCH v2 3/4] libnvdimm: expose platform persistence attribute for nd_region

2018-01-30 Thread Ross Zwisler
On Fri, Dec 08, 2017 at 02:00:20PM -0700, Dave Jiang wrote: > Providing a sysfs attribute for nd_region that shows the persistence > capabilities for the platform. > > Signed-off-by: Dave Jiang Sure, looks fine. Reviewed-by: Ross Zwisler

[PATCH v2 3/4] libnvdimm: expose platform persistence attribute for nd_region

2017-12-08 Thread Dave Jiang
Providing a sysfs attribute for nd_region that shows the persistence capabilities for the platform. Signed-off-by: Dave Jiang --- drivers/nvdimm/region_devs.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/nvdimm/region_devs.c