From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 25 Sep 2017 10:19:09 -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 9/9] nvme: also expose the namespace identification sysfs files for mpath nodes Message-ID: <20170925161908.GE8463@localhost.localdomain> References: <20170925134031.10548-1-hch@lst.de> <20170925134031.10548-10-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170925134031.10548-10-hch@lst.de> List-ID: On Mon, Sep 25, 2017 at 03:40:31PM +0200, Christoph Hellwig wrote: > We do this by adding a helper that returns the ns_head for a device that > can belong to either the per-controller or per-subsystem block device > nodes, and otherwise reuse all the existing code. > > Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Keith Busch From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Mon, 25 Sep 2017 10:19:09 -0600 Subject: [PATCH 9/9] nvme: also expose the namespace identification sysfs files for mpath nodes In-Reply-To: <20170925134031.10548-10-hch@lst.de> References: <20170925134031.10548-1-hch@lst.de> <20170925134031.10548-10-hch@lst.de> Message-ID: <20170925161908.GE8463@localhost.localdomain> On Mon, Sep 25, 2017@03:40:31PM +0200, Christoph Hellwig wrote: > We do this by adding a helper that returns the ns_head for a device that > can belong to either the per-controller or per-subsystem block device > nodes, and otherwise reuse all the existing code. > > Signed-off-by: Christoph Hellwig Looks good. Reviewed-by: Keith Busch