]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/nfs/export.h
Make CROSSMNT distinct from NOHIDE
[nfs-utils.git] / support / include / nfs / export.h
index 57b0371f1566a09112e8aaaf837bed4114a2214a..d79a179dcff17b1dbd1cb955a0958b62f08bdc4d 100644 (file)
 #define NFSEXP_UIDMAP          0x0040
 #define NFSEXP_KERBEROS                0x0080          /* not available */
 #define NFSEXP_SUNSECURE       0x0100
-#define NFSEXP_CROSSMNT                0x0200
+#define NFSEXP_NOHIDE          0x0200
 #define NFSEXP_NOSUBTREECHECK  0x0400
 #define NFSEXP_NOAUTHNLM       0x0800
-#define NFSEXP_ALLFLAGS                0x0FFF
+#define NFSEXP_FSID            0x2000
+#define        NFSEXP_CROSSMNT         0x4000
+#define NFSEXP_ALLFLAGS                0x7FFF
 
 #endif /* _NSF_EXPORT_H */