From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v6 0/4] Add MMC software queue support Date: Thu, 28 Nov 2019 07:54:26 -0800 Message-ID: <20191128155426.GA31042@infradead.org> References: <20191127090023.GA23040@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Martin K. Petersen" Cc: Christoph Hellwig , Hannes Reinecke , Arnd Bergmann , "(Exiting) Baolin Wang" , Baolin Wang , Adrian Hunter , Ulf Hansson , asutoshd@codeaurora.org, Orson Zhai , Lyra Zhang , Linus Walleij , Vincent Guittot , linux-mmc , "linux-kernel@vger.kernel.org" , Hannes Reinecke , linux-block , Paolo Valente List-Id: linux-mmc@vger.kernel.org On Thu, Nov 28, 2019 at 07:15:09AM -0500, Martin K. Petersen wrote: > This mirrors single_lun in SCSI closely. I was hoping we could > eventually get rid of that travesty but if MMC needs something similar, > maybe it would be good to move that plumbing to block? Oh, I totally forgot about single_lun. Given that it is only set for ancient CD changers I'm not even sure that code works properly anymore. Having common code that is exercised regularly by mmc would certainly be better than the current SCSI code, but I'm not sure how well this is going to work out.