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 130151E480 for ; Tue, 2 Apr 2024 16:03:35 +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=1712073818; cv=none; b=u+abHLXauSmOglbmBT2FqqlhYzN/2uBu3qulX8GA6v1//Bjp5t4iyUDbeieQLeQpKGdMRUGAuVES9AOM5ON0XO2o399FUR4hd90wYoKsUkwLYczlcWsYKpuqgiS0rLEscpWqwINzbxDE0KLgJcYpEfpnSEl0i+m0MK0owsNUfWg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712073818; 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=upescdOraqMsz6SYjCrazF0JNqOOfRUuEXtUJRQ6bcYTP22rP5atA7C/mRU4y5biglRz612Q04L0syJLy20t1miui5hb4nEMWL/SH1US709C/jb4kesy3te0ry1Bs6Z3zwKjYN5L9kQf315YsiSYvgcth8bhWGkQpt0WAeMMA40= 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 B1E4268C4E; Tue, 2 Apr 2024 18:03:31 +0200 (CEST) Date: Tue, 2 Apr 2024 18:03:31 +0200 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 , linux-nvme@lists.infradead.org, Keith Busch , Christoph Hellwig Subject: Re: [PATCH v4 26/28] block: Remove zone write locking Message-ID: <20240402160331.GA3527@lst.de> References: <20240402123907.512027-1-dlemoal@kernel.org> <20240402123907.512027-27-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: <20240402123907.512027-27-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig