Skip to content

Commit

Permalink
cifs: remove protocolEnum definition
Browse files Browse the repository at this point in the history
The field that held this was removed quite some time ago.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Jeff Layton authored and Steve French committed Jun 24, 2013
1 parent a0b3df5 commit 6f70949
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fs/cifs/cifsglob.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f70949

Please sign in to comment.