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 58B10823BF for ; Tue, 26 Mar 2024 06:46:32 +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=1711435593; cv=none; b=lp9CaTJkioTS8xSeR7EjLCNxaFy/COkjTEVSwobKNlvmMkrLMQjkum3LqwutvMLv8c4v3PuVtblPEa8C61N11GZ9XemivBBtsjwlwVjMSbncczuWBEXw+Mn0qGre0Nja3Tw2cPoluRpnaZZljdh83OroeGc/++iRxgr8vPzm7NQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711435593; 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=QsxHSqQFLhBfaY0GNuUP25xEVpGHgNE4mQXCPT1yhlNr26RDAnQ1aN0heNKBpaW+foKMbOwhv53xIR9licxeASvZHW3nIxvlKFFvx2VhX+gKxVEXNJ0ZUo5GqVWlfWDwnv5cwtansOUdkWRk4L258FzotiN7TvzJAknERCpnZHw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=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 A27CE68D37; Tue, 26 Mar 2024 07:46:29 +0100 (CET) Date: Tue, 26 Mar 2024 07:46:29 +0100 From: Christoph Hellwig To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , linux-scsi@vger.kernel.org, "Martin K . Petersen" , dm-devel@lists.linux.dev, Mike Snitzer , Christoph Hellwig Subject: Re: [PATCH v2 24/28] block: Do not check zone type in blk_check_zone_append() Message-ID: <20240326064629.GE7986@lst.de> References: <20240325044452.3125418-1-dlemoal@kernel.org> <20240325044452.3125418-25-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240325044452.3125418-25-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig