From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 19 Oct 2017 09:24:00 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Jens Axboe , Keith Busch , Sagi Grimberg , Hannes Reinecke , linux-nvme@lists.infradead.org, linux-block@vger.kernel.org Subject: Re: [PATCH 11/17] nvme: get rid of nvme_ctrl_list Message-ID: <20171019072400.GA12233@lst.de> References: <20171018165258.23212-1-hch@lst.de> <20171018165258.23212-12-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: On Thu, Oct 19, 2017 at 09:22:09AM +0200, Johannes Thumshirn wrote: > I'm not sure if the removel of the major number module_param is good > from an ABI POV. This could lead to some unexpected results for those > poor souls that used it. It's a completely broken interface, so I have no pity for them.. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 19 Oct 2017 09:24:00 +0200 Subject: [PATCH 11/17] nvme: get rid of nvme_ctrl_list In-Reply-To: References: <20171018165258.23212-1-hch@lst.de> <20171018165258.23212-12-hch@lst.de> Message-ID: <20171019072400.GA12233@lst.de> On Thu, Oct 19, 2017@09:22:09AM +0200, Johannes Thumshirn wrote: > I'm not sure if the removel of the major number module_param is good > from an ABI POV. This could lead to some unexpected results for those > poor souls that used it. It's a completely broken interface, so I have no pity for them..