From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com ([192.55.52.120]:41928 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964842AbdIYQI4 (ORCPT ); Mon, 25 Sep 2017 12:08:56 -0400 Date: Mon, 25 Sep 2017 10:08:12 -0600 From: Keith Busch To: Christoph Hellwig Cc: Jens Axboe , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-block@vger.kernel.org Subject: Re: [PATCH 6/9] nvme: introduce a nvme_ns_ids structure Message-ID: <20170925160812.GB8463@localhost.localdomain> References: <20170925134031.10548-1-hch@lst.de> <20170925134031.10548-7-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170925134031.10548-7-hch@lst.de> Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Mon, Sep 25, 2017 at 03:40:28PM +0200, Christoph Hellwig wrote: > This allows us to manage the various uniqueue namespace identifiers > together instead needing various variables and arguments. > > Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Keith Busch