projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b3df5
)
cifs: remove protocolEnum definition
author
Jeff Layton
<jlayton@redhat.com>
Fri, 24 May 2013 11:41:00 +0000
(07:41 -0400)
committer
Steve French
<smfrench@gmail.com>
Mon, 24 Jun 2013 06:56:39 +0000
(
01:56
-0500)
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>
fs/cifs/cifsglob.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsglob.h
b/fs/cifs/cifsglob.h
index db9f985b8c2c13b331102194f35294fa3bba46b9..29dd1113e40dda66ca590d6500d5fd83181846f0 100644
(file)
--- 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;