From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34272C433FE for ; Tue, 22 Feb 2022 08:21:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229765AbiBVIVi (ORCPT ); Tue, 22 Feb 2022 03:21:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiBVIVf (ORCPT ); Tue, 22 Feb 2022 03:21:35 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F72E156958; Tue, 22 Feb 2022 00:21:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=02LAjupKlc7VQ91pupOnXSJiSu T/Gu7GLIN2TuRJ1lCGZooLBD4E9yNAwjRcmMcDmuLY2ATPi0O114kJEXBV7E6LZgFHthpv80woLvi 2Vrm64QWkPoMWQj3NS/SXI/BE+jQqTEY9FqKvHel5H5mZSq3ZB+DcCV2lclnLcgX61+pgDFhpAiqR zSkgH/FNp1UsHNXgomfwG1YqTLUS6qP6KnyBQR3Ijn8SoV8CWrHdxWOUlCsJApJvevPvOhCQpQ+Nx heUBbsE083+912sPwu9G4vCpA6qMs8FDWqi4lx75T3+zs3GojhLQoWdUBLXtposfoVsd7Vklo+ezb 6lutZn6A==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nMQQ1-008Uu7-KB; Tue, 22 Feb 2022 08:21:09 +0000 Date: Tue, 22 Feb 2022 00:21:09 -0800 From: Christoph Hellwig To: Stefano Garzarella Cc: Jens Axboe , linux-kernel@vger.kernel.org, Pavel Begunkov , linux-block@vger.kernel.org Subject: Re: [PATCH] block: clear iocb->private in blkdev_bio_end_io_async() Message-ID: References: <20220211090136.44471-1-sgarzare@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220211090136.44471-1-sgarzare@redhat.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig