VSOCK: Remove hypervisor-only socket option
authorAndy King <acking@vmware.com>
Mon, 18 Feb 2013 06:04:12 +0000 (06:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Feb 2013 20:02:51 +0000 (15:02 -0500)
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>
include/uapi/linux/vm_sockets.h

index f7f2e99..df91301 100644 (file)
 
 #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.