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 92ECCC4332F for ; Thu, 5 May 2022 15:07:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381067AbiEEPLB (ORCPT ); Thu, 5 May 2022 11:11:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232149AbiEEPK7 (ORCPT ); Thu, 5 May 2022 11:10:59 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 848C22D1FE; Thu, 5 May 2022 08:07:20 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id E05E368AA6; Thu, 5 May 2022 17:07:17 +0200 (CEST) Date: Thu, 5 May 2022 17:07:17 +0200 From: Christoph Hellwig To: Nikolay Borisov Cc: Christoph Hellwig , Chris Mason , Josef Bacik , David Sterba , "Darrick J. Wong" , linux-btrfs@vger.kernel.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio Message-ID: <20220505150717.GB19810@lst.de> References: <20220504162342.573651-1-hch@lst.de> <20220504162342.573651-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, May 05, 2022 at 11:12:45AM +0300, Nikolay Borisov wrote: > nit: You are actually removing this member when copying the struct, that's > an independent change (albeit I'd say insignificant). Generally we prefer > such changes to be in separate patches with rationale when the given member > became redundant. This one actually was entirely unused, but yes, this could have been split into another patch.