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 E2B392F362F for ; Thu, 6 Nov 2025 11:43:26 +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=1762429408; cv=none; b=A/l7mW237GnwDGOkyF7lZsFP+6SpJ13hKPQHn+kQbb58uaoVEDIcxvs0B5Vgh/FT3SMaMjbu+T9ifxcIZFJmBlVwLGzCkjEfHwX+HF90ckuz9lHAZvTBf02s6bIbk/fi3G/vXq8+jJFDTbzOpwekIe5hmaQpyTHng/nmkryt40Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762429408; 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=KXhme4ogGOz5DgRxw00Rks3AxFyE5jpgQ11VJNs8ZB9mFn/qibyEOLS6aQexCcUoIS9TJKMEO1ZvIMci39k2kDA6TSqmbFQW+qaxBJw19I32av5gRsQutyqbe0MzV4tUgAqMtvuV+GMMSTXHPD3PBGmuxFiX88QiZKStb6UXJ70= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (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=pass (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 8BB2B227A87; Thu, 6 Nov 2025 12:43:22 +0100 (CET) Date: Thu, 6 Nov 2025 12:43:22 +0100 From: Christoph Hellwig To: Dai Ngo Cc: chuck.lever@oracle.com, jlayton@kernel.org, neilb@ownmail.net, okorniev@redhat.com, tom@talpey.com, linux-nfs@vger.kernel.org Subject: Re: [PATCH v3 1/2] NFSD: use correct reservation type in nfsd4_scsi_fence_client Message-ID: <20251106114322.GA1398@lst.de> References: <20251105204737.3815186-1-dai.ngo@oracle.com> <20251105204737.3815186-2-dai.ngo@oracle.com> Precedence: bulk X-Mailing-List: linux-nfs@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: <20251105204737.3815186-2-dai.ngo@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig