From patchwork Tue May 28 12:11:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 2624261 Return-Path: X-Original-To: patchwork-cifs-client@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 0B76940077 for ; Tue, 28 May 2013 12:12:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933211Ab3E1MMJ (ORCPT ); Tue, 28 May 2013 08:12:09 -0400 Received: from mail-ye0-f178.google.com ([209.85.213.178]:38164 "EHLO mail-ye0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933343Ab3E1MMI (ORCPT ); Tue, 28 May 2013 08:12:08 -0400 Received: by mail-ye0-f178.google.com with SMTP id m2so981489yen.37 for ; Tue, 28 May 2013 05:12:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=UQdi+TsB3ICODpz0abgNQxLtAdNB1TER0qRx1vrC3pw=; b=KY6HulgYQbjYjwoPn3lfm+Xzc+0dt81HG51pphZjGhH3meneZPD1u4hsLPolqKxgC3 IxnM+jTyuxAK36U+fwMzv+101NJyOQQX+Vdk/iWpel9T0+4BGwDm2TIFZ+J2/euhBcoc mpgDzpi5XYwcin0SNQNSrhiZIvCTgAvj1JQZQocTktzgnR8LS0BXL+YTG+ur16YL5woP tWaic1eYXmI5m9IgMC0LjcQ5vPXgPWsJ1WtEQQgBLewhwgwSE3gksELOCCj2AkEJ0Yk8 1jq9IcQGIqPfDHbvoR30sLsDT+xmnLFNRZuFScucYTZvJs6hbUXSuI8pUf5nvtQMZQa1 qACw== X-Received: by 10.236.200.33 with SMTP id y21mr15669335yhn.175.1369743127475; Tue, 28 May 2013 05:12:07 -0700 (PDT) Received: from salusa.poochiereds.net (cpe-107-015-124-230.nc.res.rr.com. [107.15.124.230]) by mx.google.com with ESMTPSA id d24sm14409623yhi.17.2013.05.28.05.12.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 28 May 2013 05:12:06 -0700 (PDT) From: Jeff Layton To: smfrench@gmail.com Cc: linux-cifs@vger.kernel.org, idra@samba.org, piastryyy@gmail.com Subject: [PATCH v2 01/19] cifs: remove protocolEnum definition Date: Tue, 28 May 2013 08:11:42 -0400 Message-Id: <1369743120-18941-2-git-send-email-jlayton@redhat.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1369743120-18941-1-git-send-email-jlayton@redhat.com> References: <1369743120-18941-1-git-send-email-jlayton@redhat.com> X-Gm-Message-State: ALoCoQm6u+o185SxdPh+gsex9+vfn9mHjKm9K9xurCNTNbSXU6UqF9jFjJr4aoSrslGx5N2Gyk+e Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org The field that held this was removed quite some time ago. Signed-off-by: Jeff Layton Acked-by: Pavel Shilovsky --- fs/cifs/cifsglob.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index db9f985..29dd111 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -109,12 +109,6 @@ enum securityEnum { Kerberos, /* Kerberos via SPNEGO */ }; -enum protocolEnum { - TCP = 0, - SCTP - /* Netbios frames protocol not supported at this time */ -}; - struct session_key { unsigned int len; char *response;