From patchwork Mon Feb 18 16:04:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy King X-Patchwork-Id: 221412 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 013752C0094 for ; Tue, 19 Feb 2013 03:09:25 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755255Ab3BRQJG (ORCPT ); Mon, 18 Feb 2013 11:09:06 -0500 Received: from smtp-outbound-1.vmware.com ([208.91.2.12]:33425 "EHLO smtp-outbound-1.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754733Ab3BRQIL (ORCPT ); Mon, 18 Feb 2013 11:08:11 -0500 Received: from sc9-mailhost2.vmware.com (sc9-mailhost2.vmware.com [10.113.161.72]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 4AC3A28C4F; Mon, 18 Feb 2013 08:08:06 -0800 (PST) Received: from vmware.com (promb-2s-dhcp87.eng.vmware.com [10.20.92.87]) by sc9-mailhost2.vmware.com (Postfix) with ESMTP id 3EFDCB0746; Mon, 18 Feb 2013 08:08:06 -0800 (PST) From: Andy King To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org Cc: davem@davemloft.net, pv-drivers@vmware.com, kraxel@redhat.com, Andy King Subject: [PATCH 3/4] VSOCK: Remove hypervisor-only socket option Date: Mon, 18 Feb 2013 08:04:12 -0800 Message-Id: <1361203453-1347-4-git-send-email-acking@vmware.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1361203453-1347-1-git-send-email-acking@vmware.com> References: <1361203453-1347-1-git-send-email-acking@vmware.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Remove hypervisor-only socket option. Reported-by: Gerd Hoffmann Acked-by: Dmitry Torokhov Signed-off-by: Andy King --- include/uapi/linux/vm_sockets.h | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/include/uapi/linux/vm_sockets.h b/include/uapi/linux/vm_sockets.h index f7f2e99..df91301 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.