From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 346CF6F2F2; Tue, 10 Feb 2026 15:51:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770738687; cv=none; b=nVK0D3rkcMCstZUjfRpCknbKtWX8scdXN+a8FkEiHg4w6UEOl/1l3/0jNatFdxPm9ZOieIM3KmdXq9MHLBc5xsSBkOgP2JOvLLXAW6wwyob3l65uEwbfuoljnrGHDR+nQiwgM0cO5dMa73y/4Nwnjc1BjAhg4W+j2ZibW4uow9A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770738687; c=relaxed/simple; bh=jgYnLxMrUYl9JfsyQ0hIBmj851BJ5k1XLeSzSPI3zzs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=InVw6DzOQ2pKo3IUqCTwfMtXcxCOSbhjzfJz5iaeNuZemGQtDGuVOk5PXMHleT8FZEc1FfFEpEpt/MsfhZ+FHD2Sx0NdOIqkvu7ojye/M7dpIHkUwj7QCdzINPQQljUS18oDAaL+L2fXHvvVM7mA3kWTGRujTq3DOT+D5r6Nb5Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id AD42B68D1E; Tue, 10 Feb 2026 16:51:23 +0100 (CET) Date: Tue, 10 Feb 2026 16:51:23 +0100 From: Christoph Hellwig To: Johannes Thumshirn Cc: Zorro Lang , Christoph Hellwig , linux-btrfs@vger.kernel.org, fstests@vger.kernel.org, Hans Holmberg , Naohiro Aota Subject: Re: [PATCH] fstests: test premature ENOSPC in zoned garbage collection Message-ID: <20260210155123.GA3552@lst.de> References: <20260210111103.265664-1-johannes.thumshirn@wdc.com> Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260210111103.265664-1-johannes.thumshirn@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Feb 10, 2026 at 12:11:03PM +0100, Johannes Thumshirn wrote: > diff --git a/tests/generic/783 b/tests/generic/783 > new file mode 100755 > index 000000000000..f996d78803a1 > --- /dev/null > +++ b/tests/generic/783 What tree is this against? generic/783 has already been added to xfstests in Nov 2025. > +if [ "$FSTYP" = btrfs ]; then > + _fixed_by_kernel_commit XXXXXXXXXXXX \ Can we please finally clean up all this mess with a _fixed_by_fs_commit helper?