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 C7B1AC433FE for ; Wed, 2 Nov 2022 06:29:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229570AbiKBG3O (ORCPT ); Wed, 2 Nov 2022 02:29:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbiKBG3N (ORCPT ); Wed, 2 Nov 2022 02:29:13 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 077B326112; Tue, 1 Nov 2022 23:29:11 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id C1A206732D; Wed, 2 Nov 2022 07:29:07 +0100 (CET) Date: Wed, 2 Nov 2022 07:29:07 +0100 From: Christoph Hellwig To: Steven Rostedt Cc: David Sterba , Johannes Thumshirn , Chris Mason , Christoph Hellwig , Chris Mason , Josef Bacik , David Sterba , Damien Le Moal , Naohiro Aota , Qu Wenruo , Jens Axboe , "Darrick J. Wong" , "linux-block@vger.kernel.org" , "linux-btrfs@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" Subject: Re: consolidate btrfs checksumming, repair and bio splitting Message-ID: <20221102062907.GA8619@lst.de> References: <20220901074216.1849941-1-hch@lst.de> <347dc0b3-0388-54ee-6dcb-0c1d0ca08d05@wdc.com> <20221024144411.GA25172@lst.de> <773539e2-b5f1-8386-aa2a-96086f198bf8@meta.com> <20221024171042.GF5824@suse.cz> <9f443843-4145-155b-2fd0-50613a9f7913@wdc.com> <20221026074145.2be5ca09@gandalf.local.home> <20221031121912.GY5824@twin.jikos.cz> <20221102000022.36df0cc1@rorschach.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221102000022.36df0cc1@rorschach.local.home> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, Nov 02, 2022 at 12:00:22AM -0400, Steven Rostedt wrote: > It really comes down to how badly do you want Christoph's code? Well, Dave has made it clear implicily that he doesn't seem to care about it at all through all this. The painful part is that I need to come up with a series to revert all the code that he refused to add the notice for, which is quite involved and includes various bug fixes.