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 D7A5933468D; Fri, 17 Oct 2025 04:17:40 +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=1760674662; cv=none; b=BSTt/EQqOq/LnvbVoeBOLswOGEvUP2/LyJfIe7MKPc8DaRTZBMziqfJf+akw8gFzTMn9pO9BZhvpmF8DKPtLrx5kUsoSURd78GxyGakrK6KOPIq/1qXGKCyWE8UM2txVCRInJVnkTYVWP+xajRQpv99UylPRPVBznnVWkX+C7mg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760674662; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=r51NpNihkdbd2+qsQsoc5Yt2ka+5HdfuJmOUJrAIerKsSekC8c0wlb6ahL6cq9F8u1ypenX5sHvh7Gjpy8dXvByBghcq5rkz71En6Uq5humr9Bl1iqLVhoCVbLbj5XpxqW9fR1BzFmdhUA2c21lfwYS3eQvat9yT8/acvRCjqfQ= 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 0B833227A87; Fri, 17 Oct 2025 06:17:36 +0200 (CEST) Date: Fri, 17 Oct 2025 06:17:35 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Zorro Lang , Christoph Hellwig , Naohiro Aota , linux-btrfs@vger.kernel.org, Hans Holmberg , fstests@vger.kernel.org, linux-xfs@vger.kernel.org, Carlos Maiolino , "Darrick J . Wong" , Carlos Maiolino Subject: Re: [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices Message-ID: <20251017041735.GA29889@lst.de> References: <20251016152032.654284-1-johannes.thumshirn@wdc.com> <20251016152032.654284-4-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: <20251016152032.654284-4-johannes.thumshirn@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig