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 146AB14B964 for ; Thu, 22 Aug 2024 06:57:57 +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=1724309879; cv=none; b=tGqVIJ5QTjp+JNYdg/n2+OdvYXiJP4NO+axeiPr7GGitxBuTqfAu3wQKOq8udWuX4SZp3CJwS5T6rweyR24IBUU+vvt3LqWwIL/qtqVN03GJ73qXsaTWzKjdmgG5OLAXb8NPf2iNuGzuz9n5B68sNSvNEMV7F6Tjku8mmesiwgQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724309879; c=relaxed/simple; bh=KA3T2sPD9t8FDgC66LWUzuRNnIMgCU2pyme7wb8r3Ro=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=glrftA8GpEX5KBFaYW2oX/qUSwm1D3v4c6dqW4aObVt2L6JTfSSFk3z8p6Dw6WNgAh5IBbtypC7vR935JJA6r3g2hxA/AG8hxOW6wM7Ipb+R/pbdj/leKFzMP3XI6nsexiR4NCcWwHHTsy65bbG85mpqFF1Si/p66SxO2mWaeGI= 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 C0E85227AAA; Thu, 22 Aug 2024 08:57:54 +0200 (CEST) Date: Thu, 22 Aug 2024 08:57:54 +0200 From: Christoph Hellwig To: Jinjie Ruan Cc: hch@lst.de, sagi@grimberg.me, kch@nvidia.com, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next 4/8] nvmet: Make nvmet_debugfs static Message-ID: <20240822065754.GD3141@lst.de> References: <20240819120020.3884893-1-ruanjinjie@huawei.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: <20240819120020.3884893-1-ruanjinjie@huawei.com> User-Agent: Mutt/1.5.17 (2007-11-01) The change looks good to me, but given that you sent a series where I can't see the other patches I have no idea what context this needs. If this is a standalone patch, please resend it standalone, if not make sure every recipient is Cced for every patch.