From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751323AbdFFHTb (ORCPT ); Tue, 6 Jun 2017 03:19:31 -0400 Received: from verein.lst.de ([213.95.11.211]:44630 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbdFFHTa (ORCPT ); Tue, 6 Jun 2017 03:19:30 -0400 Date: Tue, 6 Jun 2017 09:19:28 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , Hannes Reinecke , maxg@mellanox.com, Linux NVMe Mailinglist , Linux Kernel Mailinglist Subject: Re: [PATCH v3 3/8] nvmet: implement namespace identify descriptor list Message-ID: <20170606071928.GA15539@lst.de> References: <20170602094536.25775-1-jthumshirn@suse.de> <20170602094536.25775-4-jthumshirn@suse.de> <20170605053119.GA19480@lst.de> <8b65ecd4-280a-e1a0-266d-c263f5eaba00@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8b65ecd4-280a-e1a0-266d-c263f5eaba00@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 Can you rebase on top of the new uuid_t type and the plain uuid_* prefixed helpers here: http://git.infradead.org/users/hch/uuid.git/shortlog/refs/heads/for-next I'll declare that branch stable soon and don't want to introduce more users of the old types. Thanks!