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

From: Christoph Hellwig
Date: Tue May 30 2017 - 05:24:48 EST


This should be stored as a uuid_t (or rather uuid_be in the current
kernel, but I'm about to rename it), and use uuid_be_to_bin / uuid_to_bin
for parsing.