From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 27 Oct 2016 14:44:09 +0200 From: Christoph Hellwig To: Bart Van Assche Subject: Re: [PATCH 06/12] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() Message-ID: <20161027124409.GE13200@lst.de> References: <3944826d-bfde-f1e6-40ec-2c9a3c259e3a@sandisk.com> MIME-Version: 1.0 In-Reply-To: <3944826d-bfde-f1e6-40ec-2c9a3c259e3a@sandisk.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Keith Busch , James Bottomley , "Martin K. Petersen" , Mike Snitzer , "linux-rdma@vger.kernel.org" , Ming Lei , "linux-nvme@lists.infradead.org" , Jens Axboe , Doug Ledford , "linux-block@vger.kernel.org" , "linux-scsi@vger.kernel.org" , Laurence Oberman , Christoph Hellwig Content-Type: text/plain; charset="us-ascii" Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+axboe=kernel.dk@lists.infradead.org List-ID: On Wed, Oct 26, 2016 at 03:53:39PM -0700, Bart Van Assche wrote: > Most blk_mq_requeue_request() and blk_mq_add_to_requeue_list() calls > are followed by kicking the requeue list. Hence add an argument to > these two functions that allows to kick the requeue list. This was > proposed by Christoph Hellwig. Looks good, Reviewed-by: Christoph Hellwig _______________________________________________ Linux-nvme mailing list Linux-nvme@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-nvme From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 27 Oct 2016 14:44:09 +0200 Subject: [PATCH 06/12] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() In-Reply-To: <3944826d-bfde-f1e6-40ec-2c9a3c259e3a@sandisk.com> References: <3944826d-bfde-f1e6-40ec-2c9a3c259e3a@sandisk.com> Message-ID: <20161027124409.GE13200@lst.de> On Wed, Oct 26, 2016@03:53:39PM -0700, Bart Van Assche wrote: > Most blk_mq_requeue_request() and blk_mq_add_to_requeue_list() calls > are followed by kicking the requeue list. Hence add an argument to > these two functions that allows to kick the requeue list. This was > proposed by Christoph Hellwig. Looks good, Reviewed-by: Christoph Hellwig From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 06/12] blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() Date: Thu, 27 Oct 2016 14:44:09 +0200 Message-ID: <20161027124409.GE13200@lst.de> References: <3944826d-bfde-f1e6-40ec-2c9a3c259e3a@sandisk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <3944826d-bfde-f1e6-40ec-2c9a3c259e3a@sandisk.com> Sender: linux-scsi-owner@vger.kernel.org To: Bart Van Assche Cc: Jens Axboe , Christoph Hellwig , James Bottomley , "Martin K. Petersen" , Mike Snitzer , Doug Ledford , Keith Busch , Ming Lei , Laurence Oberman , "linux-block@vger.kernel.org" , "linux-scsi@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "linux-nvme@lists.infradead.org" List-Id: linux-rdma@vger.kernel.org On Wed, Oct 26, 2016 at 03:53:39PM -0700, Bart Van Assche wrote: > Most blk_mq_requeue_request() and blk_mq_add_to_requeue_list() calls > are followed by kicking the requeue list. Hence add an argument to > these two functions that allows to kick the requeue list. This was > proposed by Christoph Hellwig. Looks good, Reviewed-by: Christoph Hellwig