af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()
authorYue Haibing <yuehaibing@huawei.com>
Thu, 3 Aug 2023 13:45:07 +0000 (21:45 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 4 Aug 2023 22:34:03 +0000 (15:34 -0700)
commit781486e415dc701466a25e49fb8bcc28362d80bf
treea4469718dbfa44c4901cd91296c339c591f25773
parent2f0e807bc2f105435be902997a385ebab86d1a7c
af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()

Commit d021c344051a ("VSOCK: Introduce VM Sockets") declared but never implemented
vsock_release_pending(). Also vsock_init_tap() never implemented since introduction
in commit 531b374834c8 ("VSOCK: Add vsockmon tap functions").

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20230803134507.22660-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/af_vsock.h