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 19A349465 for ; Mon, 8 Jan 2024 08:21:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (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 9998668AFE; Mon, 8 Jan 2024 09:21:42 +0100 (CET) Date: Mon, 8 Jan 2024 09:21:42 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH] block: Treat sequential write preferred zone type as invalid Message-ID: <20240108082142.GA4277@lst.de> References: <20240107072212.1071080-1-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: linux-block@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: <20240107072212.1071080-1-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) On Sun, Jan 07, 2024 at 04:22:12PM +0900, Damien Le Moal wrote: > With the removal of the support for host-aware zoned devices, > blk_revalidate_zone_cb() should never see the zone type > BLK_ZONE_TYPE_SEQWRITE_PREF (sequential write preffered zones). Treat > this zone type as being invalid. Looks good: Reviewed-by: Christoph Hellwig