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 D095DC433EF for ; Thu, 12 May 2022 05:56:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349118AbiELF4p (ORCPT ); Thu, 12 May 2022 01:56:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350048AbiELF4p (ORCPT ); Thu, 12 May 2022 01:56:45 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16A9C289A8 for ; Wed, 11 May 2022 22:56:42 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id EA73568BEB; Thu, 12 May 2022 07:56:38 +0200 (CEST) Date: Thu, 12 May 2022 07:56:38 +0200 From: Christoph Hellwig To: Nikolay Borisov Cc: Christoph Hellwig , David Sterba , Josef Bacik , Qu Wenruo , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes Message-ID: <20220512055638.GA19930@lst.de> References: <20220504122524.558088-1-hch@lst.de> <20220504122524.558088-7-hch@lst.de> <63d980ff-29cf-19e9-e3ea-a5587fabc534@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63d980ff-29cf-19e9-e3ea-a5587fabc534@suse.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Wed, May 11, 2022 at 10:28:02PM +0300, Nikolay Borisov wrote: > Please fix those to ensure the series is actually bisectable. Yeah. Funny thing is this how I had it until the last repost, just to reshuffle it for some reason. I should have just left it as-is..