summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndy King <acking@vmware.com>2013-02-18 06:04:12 +0000
committerDavid S. Miller <davem@davemloft.net>2013-02-18 15:02:51 -0500
commit5b8ca5344f82e594e21c9fbbdf3b13507ecdb5a2 (patch)
treea8b2fffb946f1dee2e486f0fb188dfd73eda6ef5
parent7ccd7de691bcc7194deb68b1db391861ada5427e (diff)
downloadlinux-5b8ca5344f82e594e21c9fbbdf3b13507ecdb5a2.tar.gz
VSOCK: Remove hypervisor-only socket option
Remove hypervisor-only socket option.

Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Andy King <acking@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/uapi/linux/vm_sockets.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/uapi/linux/vm_sockets.h b/include/uapi/linux/vm_sockets.h
index f7f2e99dec84..df91301847ec 100644
--- a/include/uapi/linux/vm_sockets.h
+++ b/include/uapi/linux/vm_sockets.h
@@ -52,14 +52,6 @@
 
 #define SO_VM_SOCKETS_PEER_HOST_VM_ID 3
 
-/* Option name for socket's service label.  Use as the option name in
- * setsockopt(3) or getsockopt(3) to set or get the service label for a socket.
- * The service label is a C-style NUL-terminated string.  Only available for
- * hypervisor endpoints.
- */
-
-#define SO_VM_SOCKETS_SERVICE_LABEL 4
-
 /* Option name for determining if a socket is trusted.  Use as the option name
  * in getsockopt(3) to determine if a socket is trusted.  The value is a
  * signed integer.