Re: [PATCH] nvdimm: improve diagnosibility of namespaces

2015-12-03 Thread Dan Williams
On Tue, Dec 1, 2015 at 1:48 PM, Dmitry V. Krivenok wrote: > In order to bind namespace to the driver user must first > set all mandatory attributes in the following order: > - uuid > - size > - sector_size (for blk namespace only) > > If the order is wrong, then user either won't be able to set >

[PATCH] nvdimm: improve diagnosibility of namespaces

2015-12-01 Thread Dmitry V. Krivenok
In order to bind namespace to the driver user must first set all mandatory attributes in the following order: - uuid - size - sector_size (for blk namespace only) If the order is wrong, then user either won't be able to set the attribute or bind the namespace. This simple patch improves diagnosib