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 C2967C433EF for ; Fri, 25 Feb 2022 22:07:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230052AbiBYWH4 (ORCPT ); Fri, 25 Feb 2022 17:07:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234723AbiBYWH4 (ORCPT ); Fri, 25 Feb 2022 17:07:56 -0500 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27BF31CB; Fri, 25 Feb 2022 14:07:21 -0800 (PST) Received: from cwcc.thunk.org (pool-108-7-220-252.bstnma.fios.verizon.net [108.7.220.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 21PM7Bap026145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 25 Feb 2022 17:07:12 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id A7B9915C0038; Fri, 25 Feb 2022 17:07:11 -0500 (EST) Date: Fri, 25 Feb 2022 17:07:11 -0500 From: "Theodore Ts'o" To: Christoph Hellwig Cc: Jens Axboe , Ryusuke Konishi , Andrew Morton , linux-block@vger.kernel.org, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-nilfs@vger.kernel.org Subject: Re: [PATCH 2/3] ext4: pass the operation to bio_alloc Message-ID: References: <20220222154634.597067-1-hch@lst.de> <20220222154634.597067-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220222154634.597067-3-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Feb 22, 2022 at 04:46:33PM +0100, Christoph Hellwig wrote: > Refactor the readpage code to pass the op to bio_alloc instead of setting > it just before the submission. > > Signed-off-by: Christoph Hellwig Acked-by: Theodore Ts'o From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Theodore Ts'o" Subject: Re: [PATCH 2/3] ext4: pass the operation to bio_alloc Date: Fri, 25 Feb 2022 17:07:11 -0500 Message-ID: References: <20220222154634.597067-1-hch@lst.de> <20220222154634.597067-3-hch@lst.de> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20220222154634.597067-3-hch-jcswGhMUV9g@public.gmane.org> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: Jens Axboe , Ryusuke Konishi , Andrew Morton , linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Tue, Feb 22, 2022 at 04:46:33PM +0100, Christoph Hellwig wrote: > Refactor the readpage code to pass the op to bio_alloc instead of setting > it just before the submission. > > Signed-off-by: Christoph Hellwig Acked-by: Theodore Ts'o