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 0BCA4C433F5 for ; Fri, 27 May 2022 15:03:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353590AbiE0PDM (ORCPT ); Fri, 27 May 2022 11:03:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353180AbiE0PDL (ORCPT ); Fri, 27 May 2022 11:03:11 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2704D1207F4; Fri, 27 May 2022 08:03:10 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id DC8D968AFE; Fri, 27 May 2022 17:03:06 +0200 (CEST) Date: Fri, 27 May 2022 17:03:06 +0200 From: Christoph Hellwig To: Zorro Lang Cc: Christoph Hellwig , fstests@vger.kernel.org, linux-btrfs@vger.kernel.org, Qu Wenruo Subject: Re: [PATCH 01/10] btrfs: add a helpers for read repair testing Message-ID: <20220527150306.GA1534@lst.de> References: <20220527081915.2024853-1-hch@lst.de> <20220527081915.2024853-2-hch@lst.de> <20220527145445.fyrp3anncqdxb7sl@zlang-mailbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220527145445.fyrp3anncqdxb7sl@zlang-mailbox> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Fri, May 27, 2022 at 10:54:45PM +0800, Zorro Lang wrote: > You can send a single fixed patch for this one I could do that, but I also need to fix up the comments in 266 and 267 to say 64k instead of 4k.