diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-04-24 07:57:45 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-04-26 14:55:33 -0400 |
commit | 04912d6a20185473db025061b9b2c81fbdffc48b (patch) | |
tree | bcebae3f427f4ef3af20f407803bf0a3d31e6733 /fs/cifs/connect.c | |
parent | d00c28de55a69d13cf2c6a99efc3e81a5d95af74 (diff) |
cifs: rename "extended_security" to "global_secflags"
...since that more accurately describes what that variable holds.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index c104f54cadfe..c2793bd1db4a 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -2748,7 +2748,7 @@ CIFSTCon(unsigned int xid, struct cifsSesInfo *ses, | |||
2748 | by Samba (not sure whether other servers allow | 2748 | by Samba (not sure whether other servers allow |
2749 | NTLMv2 password here) */ | 2749 | NTLMv2 password here) */ |
2750 | #ifdef CONFIG_CIFS_WEAK_PW_HASH | 2750 | #ifdef CONFIG_CIFS_WEAK_PW_HASH |
2751 | if ((extended_security & CIFSSEC_MAY_LANMAN) && | 2751 | if ((global_secflags & CIFSSEC_MAY_LANMAN) && |
2752 | (ses->server->secType == LANMAN)) | 2752 | (ses->server->secType == LANMAN)) |
2753 | calc_lanman_hash(tcon->password, ses->server->cryptKey, | 2753 | calc_lanman_hash(tcon->password, ses->server->cryptKey, |
2754 | ses->server->secMode & | 2754 | ses->server->secMode & |