From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 27/27] scsi: ratelimit I/O error messages Date: Tue, 28 Oct 2014 10:33:28 -0700 Message-ID: <20141028173328.GA10966@infradead.org> References: <1414153627-2863-1-git-send-email-hare@suse.de> <1414153627-2863-28-git-send-email-hare@suse.de> <94D0CD8314A33A4D9D801C0FE68B4029593375F6@G9W0745.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:46839 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751848AbaJ1Rdb (ORCPT ); Tue, 28 Oct 2014 13:33:31 -0400 Content-Disposition: inline In-Reply-To: <94D0CD8314A33A4D9D801C0FE68B4029593375F6@G9W0745.americas.hpqcorp.net> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Elliott, Robert (Server Storage)" Cc: Hannes Reinecke , James Bottomley , Christoph Hellwig , "linux-scsi@vger.kernel.org" On Fri, Oct 24, 2014 at 09:00:15PM +0000, Elliott, Robert (Server Storage) wrote: > With MLQUEUE level 0 and MLCOMPLETE level 0, v8 runs those prints, > and they work as expected: > * the value in the ratelimit message matches the block layer (82) > * the number of print_result/print_sense/print_command matches > the number of block layer prints (10) > * the SCSI prints end up interleaved, but that's for the next > patch series to fix > > Assuming the MLQUEUE -> MLCOMPLETE fix is put back in, > you may add: > Tested-by: Robert Elliott > Reviewed-by: Robert Elliott Hannes, can you send me a quick incremental fix for this issue?