From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44A83C001DC for ; Sun, 30 Jul 2023 17:27:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229798AbjG3R1x (ORCPT ); Sun, 30 Jul 2023 13:27:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229770AbjG3R1u (ORCPT ); Sun, 30 Jul 2023 13:27:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A05519AB for ; Sun, 30 Jul 2023 10:27:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B559060C98 for ; Sun, 30 Jul 2023 17:27:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA480C433C7; Sun, 30 Jul 2023 17:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690738054; bh=pSLYxgMjwsGIgcCwKb7HOuT3xdHzNFwyOhdX3x7XHrc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bmb6tDcQrmRFhG2MRo3nSOVrKjYAy0oUromdbic6c3fB95B9NxNxgQrGQ+bowdvlp wbPVBtojvNmMTTxyckdNsM16gHjkqoaA8Poqn1tsKvPC0PB/N137NguOJWmwwt8AW/ x+HDVMje5A9mf5tXxc+P0GfaCSiM/SFw3+ouGseao0qNtDjnYMfFOWdizNQ1miYT+Z ANm7h8d6whgmOavC080lhiBVojelsK0ApUdDJx1CU/N5+gEKBxv/ETT5ZD7FBiTGG4 QfCVyGycae+EzVJMll/IuuhRdvIznbxMzYKAXiKIqpXyYv08b/XoceShfhxf/DSVdJ fRKoFsf7JkRIg== Date: Sun, 30 Jul 2023 19:27:29 +0200 From: Simon Horman To: Yue Haibing Cc: bryantan@vmware.com, vdasa@vmware.com, pv-drivers@vmware.com, sgarzare@redhat.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next] vsock: Remove unused function declarations Message-ID: References: <20230729122036.32988-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230729122036.32988-1-yuehaibing@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 29, 2023 at 08:20:36PM +0800, Yue Haibing wrote: > These are never implemented since introduction in > commit d021c344051a ("VSOCK: Introduce VM Sockets") > > Signed-off-by: Yue Haibing Reviewed-by: Simon Horman