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.133.124]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id D084C420181 for ; Wed, 2 Feb 2022 19:33:06 +0100 (CET) Received: by mail-qk1-f199.google.com with SMTP id d130-20020a379b88000000b004e11e7b51c4so326438qke.17 for ; Wed, 02 Feb 2022 10:33:04 -0800 (PST) Date: Wed, 2 Feb 2022 13:33:02 -0500 From: Mike Snitzer To: Christoph Hellwig Message-ID: References: <20220202160109.108149-1-hch@lst.de> <20220202160109.108149-8-hch@lst.de> MIME-Version: 1.0 In-Reply-To: <20220202160109.108149-8-hch@lst.de> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Jens Axboe , Philipp Reisner , linux-block@vger.kernel.org, dm-devel@redhat.com, Lars Ellenberg , Pavel Begunkov , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] [PATCH 07/13] dm: retun the clone bio from alloc_tio 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 Wed, Feb 02 2022 at 11:01P -0500, Christoph Hellwig wrote: > Return the clone bio embedded into the tio as that is what the callers > actually want. Similar for the free side. > > Signed-off-by: Christoph Hellwig Small nit, subject has typo: s/retun/return/