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 5D29526F293; Mon, 3 Nov 2025 13:48:05 +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=1762177686; cv=none; b=SgzJJHZd71WrkHOD1i3Fly9FifoES6EtQ+SytWhXDben4OSWiWEMZSXjzSB1s01fXNCS/3eGCEk/i+q71VWJyyK93Sktkx7o8uEXPbDQVtEa46GBYAVcT3QIsVk590c4XP1oozGv27Pje/+HJBzDNnrHPOLmTCLyXfUcltgE/6w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762177686; 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=MPbqgD4+1sn5TVo0/hZ6L1DUWXst7vMQfM1yiNasHu4xZJ9+SAVvtZW+uKHSIowttBZd4zyPIxWHU0x49SOBMTdwT9K7lMF285h4CyTGognD62pDRnxMKTgqPQzBrzkMpg8KQ0SYJAcBz26MB/3QfkQY4ZfIbxdYcbNLy46GkJQ= 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 640F4227AAA; Mon, 3 Nov 2025 14:48:01 +0100 (CET) Date: Mon, 3 Nov 2025 14:47:59 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: Jens Axboe , linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, Keith Busch , Christoph Hellwig , dm-devel@lists.linux.dev, Mike Snitzer , Mikulas Patocka , "Martin K . Petersen" , linux-scsi@vger.kernel.org, linux-xfs@vger.kernel.org, Carlos Maiolino , linux-btrfs@vger.kernel.org, David Sterba Subject: Re: [PATCH v2 12/15] block: improve zone_wplugs debugfs attribute output Message-ID: <20251103134759.GC25126@lst.de> References: <20251103133123.645038-1-dlemoal@kernel.org> <20251103133123.645038-13-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: linux-xfs@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: <20251103133123.645038-13-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig