Re: [PATCH v2] nvme: use uuid_t in nvme_ns

From: Christoph Hellwig
Date: Mon Jun 12 2017 - 12:06:14 EST


On Mon, Jun 12, 2017 at 11:12:40AM +0200, Johannes Thumshirn wrote:
> struct nvme_ns still uses u u8 uuid[16], change it to using uuid_t and
> use the UUID API.
>
> Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx>

Thanks, folded into the two patches originall introducing the code.