diff options
author | Shirish Pargaonkar <shirishpargaonkar@gmail.com> | 2011-02-25 10:48:55 -0600 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-05-19 14:10:49 +0000 |
commit | 257208736acc694def83627fa0de2892490a5d42 (patch) | |
tree | fefef8ec91edec3d38082977d079663e21032706 /fs/cifs/cifssmb.c | |
parent | b34cb85cc2d84c487afe2baa2d3c04d8b677bbd0 (diff) | |
download | op-kernel-dev-257208736acc694def83627fa0de2892490a5d42.zip op-kernel-dev-257208736acc694def83627fa0de2892490a5d42.tar.gz |
cifs: cleanup: Rename and remove config flags
Remove config flag CIFS_EXPERIMENTAL.
Do export operations under new config flag CIFS_NFSD_EXPORT
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index ae5e451..e6374dd 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -541,10 +541,6 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) server->secType = RawNTLMSSP; else if (secFlags & CIFSSEC_MAY_LANMAN) server->secType = LANMAN; -/* #ifdef CONFIG_CIFS_EXPERIMENTAL - else if (secFlags & CIFSSEC_MAY_PLNTXT) - server->secType = ?? -#endif */ else { rc = -EOPNOTSUPP; cERROR(1, "Invalid security type"); |