From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: [PATCH] block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time Date: Wed, 9 Aug 2017 13:01:58 -0600 Message-ID: References: <20170809182806.32741-1-bart.vanassche@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170809182806.32741-1-bart.vanassche@wdc.com> Content-Language: en-US Sender: linux-block-owner@vger.kernel.org To: Bart Van Assche Cc: linux-block@vger.kernel.org, Christoph Hellwig , dm-devel@redhat.com, Mike Snitzer , Laurence Oberman , stable@vger.kernel.org List-Id: dm-devel.ids On 08/09/2017 12:28 PM, Bart Van Assche wrote: > The blk_mq_delay_kick_requeue_list() function is used by the device > mapper and only by the device mapper to rerun the queue and requeue > list after a delay. This function is called once per request that > gets requeued. Modify this function such that the queue is run once > per path change event instead of once per request that is requeued. Looks good to me, will add for this series. Thanks Bart. -- Jens Axboe