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 88DEEC433EF for ; Wed, 29 Jun 2022 19:08:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230007AbiF2TIq (ORCPT ); Wed, 29 Jun 2022 15:08:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229838AbiF2TIo (ORCPT ); Wed, 29 Jun 2022 15:08:44 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81A5C22500 for ; Wed, 29 Jun 2022 12:08:42 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 0C27468AA6; Wed, 29 Jun 2022 21:08:39 +0200 (CEST) Date: Wed, 29 Jun 2022 21:08:38 +0200 From: Christoph Hellwig To: Boris Burkov Cc: Christoph Hellwig , Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: fix read repair on compressed extents Message-ID: <20220629190838.GA28224@lst.de> References: <20220623055338.3833616-1-hch@lst.de> <20220629084201.GA25725@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-btrfs@vger.kernel.org On Wed, Jun 29, 2022 at 12:04:41PM -0700, Boris Burkov wrote: > Under that setup, the new btrfs/270 fails on step 4 checking if > the repair worked (the output looks all random rather than aa's) I think that is the first, incorrect version that I posted that documents the current behavior. The correct test is in my first reply to it.