From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbgLCTqR (ORCPT ); Thu, 3 Dec 2020 14:46:17 -0500 Sender: Tejun Heo Date: Thu, 3 Dec 2020 14:45:02 -0500 From: Tejun Heo Subject: Re: [PATCH 1/5] block: remove the unused block_sleeprq tracepoint Message-ID: References: <20201203162139.2110977-1-hch@lst.de> <20201203162139.2110977-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201203162139.2110977-2-hch@lst.de> List-ID: To: Christoph Hellwig Cc: Jens Axboe , dm-devel@redhat.com, linux-block@vger.kernel.org, linux-raid@vger.kernel.org, linux-s390@vger.kernel.org, Damien Le Moal , Hannes Reinecke On Thu, Dec 03, 2020 at 05:21:35PM +0100, Christoph Hellwig wrote: > The block_sleeprq tracepoint was only used by the legacy request code. > Remove it now that the legacy request code is gone. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Damien Le Moal > Reviewed-by: Hannes Reinecke Acked-by: Tejun Heo Thanks. -- tejun