patch-2.4.0-test9 linux/include/linux/nfsd/export.h

Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/nfs_mount.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/include/linux/nfsd/export.h linux/include/linux/nfsd/export.h
@@ -38,7 +38,8 @@
 #define NFSEXP_CROSSMNT		0x0200
 #define NFSEXP_NOSUBTREECHECK	0x0400
 #define	NFSEXP_NOAUTHNLM	0x0800		/* Don't authenticate NLM requests - just trust */
-#define NFSEXP_ALLFLAGS		0x0FFF
+#define NFSEXP_MSNFS		0x1000	/* do silly things that MS clients expect */
+#define NFSEXP_ALLFLAGS		0x1FFF
 
 
 #ifdef __KERNEL__

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)