From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 00BCB4201BE for ; Thu, 27 Jan 2022 18:09:39 +0100 (CET) Received: by mail-qk1-f197.google.com with SMTP id k190-20020a37a1c7000000b0047d8a74b130so2840851qke.10 for ; Thu, 27 Jan 2022 09:09:37 -0800 (PST) Date: Thu, 27 Jan 2022 12:09:36 -0500 From: Mike Snitzer To: Christoph Hellwig Message-ID: References: <20220124091107.642561-1-hch@lst.de> <20220124091107.642561-7-hch@lst.de> MIME-Version: 1.0 In-Reply-To: <20220124091107.642561-7-hch@lst.de> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Jens Axboe , linux-block@vger.kernel.org, linux-nfs@vger.kernel.org, linux-nilfs@vger.kernel.org, Philipp Reisner , Ryusuke Konishi , Konstantin Komarov , Roger Pau =?iso-8859-1?Q?Monn=E9?= , dm-devel@redhat.com, "Md . Haris Iqbal " , Lars Ellenberg , linux-fsdevel@vger.kernel.org, xen-devel@lists.xenproject.org, Andrew Morton , ntfs3@lists.linux.dev, Jack Wang , Pavel Begunkov , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] [PATCH 06/19] dm-crypt: remove clone_init List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jan 24 2022 at 4:10P -0500, Christoph Hellwig wrote: > Just open code it next to the bio allocations, which saves a few lines > of code, prepares for future changes and allows to remove the duplicate > bi_opf assignment for the bio_clone_fast case in kcryptd_io_read. > > Signed-off-by: Christoph Hellwig Acked-by: Mike Snitzer