From patchwork Thu May 23 15:05:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 2607471 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 9771840077 for ; Thu, 23 May 2013 15:06:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759349Ab3EWPGR (ORCPT ); Thu, 23 May 2013 11:06:17 -0400 Received: from mail-qe0-f45.google.com ([209.85.128.45]:37869 "EHLO mail-qe0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759301Ab3EWPGM (ORCPT ); Thu, 23 May 2013 11:06:12 -0400 Received: by mail-qe0-f45.google.com with SMTP id q19so1936760qeb.18 for ; Thu, 23 May 2013 08:06:10 -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=sPXisB9LOpsmRxZ5OOevzL4zHocbDLApltgYlyQrLis=; b=WTHy9CPG1cRyKe2cFIKLpsbH+1slOI9v+zZ9tZW/TRJOi7mE0Y4jAWe3rfnhtvr711 vEQEbWe3gKjjYDiux1F7ZkUmFyBNrxNCOL8Su17SOca0uyipbelctsz0UHMd2i6viKak UaHZ7PhJZ87nwg0GL9jDCswNBDXerIlzK5qNAcwlLHD9K0KORpZb8yNFY+xae0c1GeT1 tu0BJH9Ajf0yqVvaNGL7fxq7IC6QoTbkzkNWRSNsTzLWgnqx0YLTqcB3Y5EY+XDWvb/Z eLHd2HKFAiyCpunY6RUnkF7BlNh9ep/Ev/K5MRgJHf1hoqdZaIKnitRaJtgWWFfX177O DXWA== X-Received: by 10.224.187.198 with SMTP id cx6mr11925978qab.71.1369321570581; Thu, 23 May 2013 08:06:10 -0700 (PDT) Received: from salusa.poochiereds.net (cpe-107-015-113-143.nc.res.rr.com. [107.15.113.143]) by mx.google.com with ESMTPSA id y1sm12688520qad.5.2013.05.23.08.06.09 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 23 May 2013 08:06:10 -0700 (PDT) From: Jeff Layton To: smfrench@gmail.com Cc: linux-cifs@vger.kernel.org, idra@samba.org Subject: [PATCH 01/19] cifs: remove protocolEnum definition Date: Thu, 23 May 2013 11:05:45 -0400 Message-Id: <1369321563-16893-2-git-send-email-jlayton@redhat.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1369321563-16893-1-git-send-email-jlayton@redhat.com> References: <1369321563-16893-1-git-send-email-jlayton@redhat.com> X-Gm-Message-State: ALoCoQlayWniKl8ZtJFaNvZpzb+BLu6HjpVJ7wT+U37MSR6n4mZvdsD3HoXkBo49Ha7Sj0IIaAg8 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;