From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751748AbdFHHoj (ORCPT ); Thu, 8 Jun 2017 03:44:39 -0400 Received: from verein.lst.de ([213.95.11.211]:57444 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751700AbdFHHoh (ORCPT ); Thu, 8 Jun 2017 03:44:37 -0400 Date: Thu, 8 Jun 2017 09:44:36 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , Hannes Reinecke , Max Gurtovoy , Linux NVMe Mailinglist , Linux Kernel Mailinglist Subject: Re: [PATCH v6 06/10] nvmet: add uuid field to nvme_ns and populate via configfs Message-ID: <20170608074436.GE13953@lst.de> References: <20170607094536.32419-1-jthumshirn@suse.de> <20170607094536.32419-7-jthumshirn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170607094536.32419-7-jthumshirn@suse.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07, 2017 at 11:45:33AM +0200, Johannes Thumshirn wrote: > 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 > Reviewed-by: Max Gurtovoy > Reviewed-by: Sagi Grimberg > Reviewed-by: Hannes Reinecke Looks fine, Reviewed-by: Christoph Hellwig