diff options
| author | Steve French <sfrench@us.ibm.com> | 2007-10-12 15:24:06 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2007-10-12 15:24:06 -0400 |
| commit | 516897a208bc1423d561ce2ccce0624c3b652275 (patch) | |
| tree | e9145510bb504bf3ade488d1e24871d6f0dad6b1 /fs | |
| parent | 2c2130e16f0e134aa65515fd0c2436fda465b1b6 (diff) | |
[CIFS] fix build break when lanman not enabled
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/cifs/cifsglob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index fbde55c569fb..61d617370e56 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
| @@ -479,6 +479,9 @@ struct dir_notify_req { | |||
| 479 | #ifdef CONFIG_CIFS_WEAK_PW_HASH | 479 | #ifdef CONFIG_CIFS_WEAK_PW_HASH |
| 480 | #define CIFSSEC_MAY_LANMAN 0x00010 | 480 | #define CIFSSEC_MAY_LANMAN 0x00010 |
| 481 | #define CIFSSEC_MAY_PLNTXT 0x00020 | 481 | #define CIFSSEC_MAY_PLNTXT 0x00020 |
| 482 | #else | ||
| 483 | #define CIFSSEC_MAY_LANMAN 0 | ||
| 484 | #define CIFSSEC_MAY_PLNTXT 0 | ||
| 482 | #endif /* weak passwords */ | 485 | #endif /* weak passwords */ |
| 483 | #define CIFSSEC_MAY_SEAL 0x00040 /* not supported yet */ | 486 | #define CIFSSEC_MAY_SEAL 0x00040 /* not supported yet */ |
| 484 | 487 | ||
