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 C70BD15746E for ; Wed, 5 Mar 2025 14:18:27 +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=1741184309; cv=none; b=UnOjHtUR/taHtYtBbA1Hl9CcjYot0umZItEG3CeevNfPBF93PlyR+AcYe6O2dVBnvG0Zw+2yC8L1ZnQIxlU0i0GYDdWeJOFKxtPmwO2KKRod8tQLqQIu2nUsVxIUHXcb5Xh/wD5oW/zVEH4uSvIUHVFt/CSli6EFYShSCNs1jek= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741184309; 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=eNJCEqMtkSEOlk1SAkbzWAE0IHYLHIuUVOSKPmyBrrcvaGg+CeKhCMznJj0foUc6Mk8ZogzaF90Y9+3zXuvizA7O/O8jiZc4mKjUbgJ2n9p8znsiJFNotl/SUVHQi7FNBgs03++AyVmVpkEGYZgVz0Ydc5JoNXTjfe7DbHox0Gg= 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 A64C668D05; Wed, 5 Mar 2025 15:18:23 +0100 (CET) Date: Wed, 5 Mar 2025 15:18:23 +0100 From: Christoph Hellwig To: Daniel Wagner Cc: James Smart , Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , Hannes Reinecke , Keith Busch , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/11] nvmet-fcloop: refactor fcloop_nport_alloc Message-ID: <20250305141823.GD18065@lst.de> References: <20250226-nvmet-fcloop-v1-0-c0bd83d43e6a@kernel.org> <20250226-nvmet-fcloop-v1-3-c0bd83d43e6a@kernel.org> 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: <20250226-nvmet-fcloop-v1-3-c0bd83d43e6a@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig