From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725885AbgLCUJA (ORCPT ); Thu, 3 Dec 2020 15:09:00 -0500 Sender: Tejun Heo Date: Thu, 3 Dec 2020 15:07:45 -0500 From: Tejun Heo Subject: Re: [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint Message-ID: References: <20201203162139.2110977-1-hch@lst.de> <20201203162139.2110977-5-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201203162139.2110977-5-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:38PM +0100, Christoph Hellwig wrote: > The request_queue can trivially be derived from the bio. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Damien Le Moal > Reviewed-by: Hannes Reinecke Acked-by: Tejun Heo -- tejun