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 76E1714295 for ; Thu, 28 Mar 2024 04:10:38 +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=1711599042; cv=none; b=TDVd7Sb12yM1zg6xmaY9zAi4yfbJoF06K1briqogfhBNXvOr7rWOulxMdoFqPslQ2OtH/4ZzDcjHzc32XEvVaZG3ookUmHDGVR61P6qQ9VaKXWISY4Z1jPfm8FhksGEuR+YVd8+ZY8gWbGoILvIwRPoFHhcirKK6mN/XBB9GqPQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711599042; 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=YBN4vW9d0dJxc1APGCdjR5iQah2Q6mNyel4Ddx38gSyfMe0fZ0gHyZWknH3a58p3wDijvTQUnOXXBZQF4nOQcCToa3vcy8pqMlsJgwFgtj7yzmPdqJX4TviDmo43Gfm3XcE5ecBtyHTnzXFNSrwrjNFA4lGOVuBIV52HHqglaXM= 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 25AF368B05; Thu, 28 Mar 2024 05:10:33 +0100 (CET) Date: Thu, 28 Mar 2024 05:10:33 +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 , linux-nvme@lists.infradead.org, Keith Busch , Christoph Hellwig Subject: Re: [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio() Message-ID: <20240328041033.GA13510@lst.de> References: <20240328004409.594888-1-dlemoal@kernel.org> <20240328004409.594888-2-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: <20240328004409.594888-2-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig