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 2FCE8C4167E for ; Wed, 6 Apr 2022 00:00:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1581783AbiDEXk5 (ORCPT ); Tue, 5 Apr 2022 19:40:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444567AbiDEPlk (ORCPT ); Tue, 5 Apr 2022 11:41:40 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77B8CF955A; Tue, 5 Apr 2022 07:05:57 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id DFC8768AFE; Tue, 5 Apr 2022 16:05:52 +0200 (CEST) Date: Tue, 5 Apr 2022 16:05:52 +0200 From: Christoph Hellwig To: Nikolay Borisov Cc: Christoph Hellwig , Josef Bacik , David Sterba , Qu Wenruo , Naohiro Aota , linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 05/12] btrfs: simplify scrub_recheck_block Message-ID: <20220405140552.GA15376@lst.de> References: <20220404044528.71167-1-hch@lst.de> <20220404044528.71167-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-fsdevel@vger.kernel.org On Tue, Apr 05, 2022 at 04:49:55PM +0300, Nikolay Borisov wrote: > This line comes from a patch which is not yet in misc-next as a result the > patch fails to apply. So which branch are those changes based off? The series is against 5.18-rc1. The whole branch can be found here: http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/btrfs-bio-cleanup-part1