Răsfoiți Sursa

[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>
Steve French 13 ani în urmă
părinte
comite
88a4412b79
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      fs/cifs/cifsglob.h

+ 2 - 0
fs/cifs/cifsglob.h

@@ -879,6 +879,8 @@ require use of the stronger protocol */
 #define   CIFSSEC_MASK          0xB70B7 /* current flags supported if weak */
 #define   CIFSSEC_MASK          0xB70B7 /* current flags supported if weak */
 #endif /* UPCALL */
 #endif /* UPCALL */
 #else /* do not allow weak pw hash */
 #else /* do not allow weak pw hash */
+#define   CIFSSEC_MUST_LANMAN	0
+#define   CIFSSEC_MUST_PLNTXT	0
 #ifdef CONFIG_CIFS_UPCALL
 #ifdef CONFIG_CIFS_UPCALL
 #define   CIFSSEC_MASK          0x8F08F /* flags supported if no weak allowed */
 #define   CIFSSEC_MASK          0x8F08F /* flags supported if no weak allowed */
 #else
 #else