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 3A6011474B5 for ; Wed, 28 Aug 2024 04:28:58 +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=1724819340; cv=none; b=qblU6jpd5mBe8pH8BWV8ktzik3kCnEqlC6kr6KvCcwoByyg+RuBGpmF4WcwFsLuCTL0XLu1DgviVbomPwVj2es7KykWPqFBsqEQGlusoFMyNX56j2pwImQpV1WmT+jZWCVtwps7ipfPPLcIeKmP64PSLREi3cXX1+AGZMtXUuok= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724819340; 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=Cay9oOoMpsB3D3y+2omdW4ghyzpTzgNLf5Nt2K39vn6wudz0W9joWk9+M4qLIsTJl8lYvkbWQTRrba1HqcEJnt1le2G0CzNdFX811RfERvXM9wjAuQOdEbPQMz3f0lOFF3fXv+USGrqJjcJwY5aqXNWJnoCaCuY6yG73Z4JBNi4= 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 DDF2C227A88; Wed, 28 Aug 2024 06:28:54 +0200 (CEST) Date: Wed, 28 Aug 2024 06:28:54 +0200 From: Christoph Hellwig To: Puranjay Mohan Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, puranjay@kernel.org Subject: Re: [PATCH v2] nvme: check if the namespace supports metadata in nvme_map_user_request() Message-ID: <20240828042854.GA30879@lst.de> References: <20240827132327.1704-1-pjy@amazon.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20240827132327.1704-1-pjy@amazon.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig