From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Tue, 28 Aug 2018 10:54:16 -0700 From: Omar Sandoval To: Jens Axboe Cc: Ming Lei , James Bottomley , linux-scsi@vger.kernel.org, "Martin K . Petersen" , linux-block@vger.kernel.org, Omar Sandoval , Christoph Hellwig , Don Brace , Kashyap Desai , Mike Snitzer , Hannes Reinecke , Laurence Oberman , Bart Van Assche Subject: Re: [PATCH 0/2] scsi: revert two commits for avoiding host-wide host_busy counter for scsi_mq Message-ID: <20180828175416.GA18173@vader> References: <20180827072443.26920-1-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: On Mon, Aug 27, 2018 at 08:52:34AM -0600, Jens Axboe wrote: > On 8/27/18 1:24 AM, Ming Lei wrote: > > Hi, > > > > There is fundamental issue in commit 328728630d9f2bf1 (scsi: core: avoid > > host-wide host_busy counter for scsi_mq) because SCSI's host busy counter > > may not be same with counter of blk-mq's inflight tags, especially in case > > of none io scheduler. > > > > So please revert the two commits. > > Please do, they break changing write cache mode on my SATA drives. You > can add my tested-by and/or reported-by to this. Jens, how does it break? Could we add a blktest for it?