From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754746AbdFLQGG (ORCPT ); Mon, 12 Jun 2017 12:06:06 -0400 Received: from verein.lst.de ([213.95.11.211]:50356 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752987AbdFLQGE (ORCPT ); Mon, 12 Jun 2017 12:06:04 -0400 Date: Mon, 12 Jun 2017 18:06:02 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Andy Shevchenko , Linux NVMe Mailinglist , Linux Kernel Mailinglist Subject: Re: [PATCH v2] nvme: use uuid_t in nvme_ns Message-ID: <20170612160602.GB30030@lst.de> References: <20170612091240.18343-1-jthumshirn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170612091240.18343-1-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 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 Thanks, folded into the two patches originall introducing the code.