Re: [PATCH v1 2/7] nvmet: add uuid field to nvme_ns and populate via configfs

2017-06-01 Thread Christoph Hellwig
This code looks fine, but I'd rather move it past adding CNS 3h support so that it can add all the uuid-related bits in one go.

Re: [PATCH v1 2/7] nvmet: add uuid field to nvme_ns and populate via configfs

2017-06-01 Thread Christoph Hellwig
This code looks fine, but I'd rather move it past adding CNS 3h support so that it can add all the uuid-related bits in one go.

[PATCH v1 2/7] nvmet: add uuid field to nvme_ns and populate via configfs

2017-05-31 Thread Johannes Thumshirn
Add the UUID field from the NVMe Namespace Identification Descriptor to the nvmet_ns structure and allow it's population via configfs. Signed-off-by: Johannes Thumshirn --- drivers/nvme/target/configfs.c | 31 +++ drivers/nvme/target/nvmet.h|

[PATCH v1 2/7] nvmet: add uuid field to nvme_ns and populate via configfs

2017-05-31 Thread Johannes Thumshirn
Add the UUID field from the NVMe Namespace Identification Descriptor to the nvmet_ns structure and allow it's population via configfs. Signed-off-by: Johannes Thumshirn --- drivers/nvme/target/configfs.c | 31 +++ drivers/nvme/target/nvmet.h| 1 + 2 files