Re: [PATCH v3 1/3] nvmet: prefix version configfs file with attr

2017-07-14 Thread Hannes Reinecke
On 07/14/2017 02:53 PM, Johannes Thumshirn wrote: > The NVMe target's attribute files need an attr prefix in order to have > nvmetcli recognize them. Add this attribute. > > Signed-off-by: Johannes Thumshirn > --- > drivers/nvme/target/configfs.c | 8 > 1 file changed, 4 insertions(+),

Re: [PATCH v3 1/3] nvmet: prefix version configfs file with attr

2017-07-14 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH v3 1/3] nvmet: prefix version configfs file with attr

2017-07-14 Thread Johannes Thumshirn
The NVMe target's attribute files need an attr prefix in order to have nvmetcli recognize them. Add this attribute. Signed-off-by: Johannes Thumshirn --- drivers/nvme/target/configfs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/nvme/target/configfs.c b/dr