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 1C4FEC77B75 for ; Mon, 15 May 2023 06:40:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238343AbjEOGk4 (ORCPT ); Mon, 15 May 2023 02:40:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238477AbjEOGky (ORCPT ); Mon, 15 May 2023 02:40:54 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4459110CE for ; Sun, 14 May 2023 23:40:52 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id E56C768BFE; Mon, 15 May 2023 08:40:48 +0200 (CEST) Date: Mon, 15 May 2023 08:40:48 +0200 From: Christoph Hellwig To: Chris Mason , Josef Bacik , David Sterba Cc: linux-btrfs@vger.kernel.org Subject: Re: add an ordered_extent pointer to struct btrfs_bio Message-ID: <20230515064048.GA10647@lst.de> References: <20230508160843.133013-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230508160843.133013-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org It turns out this broke the zoned case that's splitting the bio. I didn't notice as my zoned tests where with a follow on page series fixing this again. Dave, sorry for the mess, but can you drop this? I'll try to rebase it on the other ordered_extent changes and will resubmit them. It might end up needing a prep series before this one.