From 0afeb596724b08ae97de8b01a7650cdf5007e095 Mon Sep 17 00:00:00 2001 From: Steve French Date: Fri, 12 Oct 2007 19:24:06 +0000 Subject: [PATCH] --- yaml --- r: 71573 b: refs/heads/master c: 516897a208bc1423d561ce2ccce0624c3b652275 h: refs/heads/master i: 71571: 8f22960957ba364264a7f5011e19bfdef621cc90 v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifsglob.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d9e0a31d1813..689be41be546 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c2130e16f0e134aa65515fd0c2436fda465b1b6 +refs/heads/master: 516897a208bc1423d561ce2ccce0624c3b652275 diff --git a/trunk/fs/cifs/cifsglob.h b/trunk/fs/cifs/cifsglob.h index fbde55c569fb..61d617370e56 100644 --- a/trunk/fs/cifs/cifsglob.h +++ b/trunk/fs/cifs/cifsglob.h @@ -479,6 +479,9 @@ struct dir_notify_req { #ifdef CONFIG_CIFS_WEAK_PW_HASH #define CIFSSEC_MAY_LANMAN 0x00010 #define CIFSSEC_MAY_PLNTXT 0x00020 +#else +#define CIFSSEC_MAY_LANMAN 0 +#define CIFSSEC_MAY_PLNTXT 0 #endif /* weak passwords */ #define CIFSSEC_MAY_SEAL 0x00040 /* not supported yet */