aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2012-01-18 17:13:47 -0600
committerSteve French <sfrench@us.ibm.com>2012-01-18 17:13:47 -0600
commit88a4412b798236bfdd9284d5c251d76679f944e1 (patch)
treea95990401c93cd45271b39745761ecef2d3182bd /fs
parentMerge branch 'master' of git+ssh://git.samba.org/data/git/sfrench/cifs-2.6 (diff)
downloadlinux-dev-88a4412b798236bfdd9284d5c251d76679f944e1.tar.xz
linux-dev-88a4412b798236bfdd9284d5c251d76679f944e1.zip
[CIFS] Fix build break with multiuser patch when LANMAN disabled
CC: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index ba53c1c6c6cc..76e7d8b6da17 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -879,6 +879,8 @@ require use of the stronger protocol */
#define CIFSSEC_MASK 0xB70B7 /* current flags supported if weak */
#endif /* UPCALL */
#else /* do not allow weak pw hash */
+#define CIFSSEC_MUST_LANMAN 0
+#define CIFSSEC_MUST_PLNTXT 0
#ifdef CONFIG_CIFS_UPCALL
#define CIFSSEC_MASK 0x8F08F /* flags supported if no weak allowed */
#else