summaryrefslogtreecommitdiffstats
path: root/support/include/nfs
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-05-21 05:58:29 +0000
committerneilbrown <neilbrown>2003-05-21 05:58:29 +0000
commit827f2a0c8c7606ad0245bfa4b9c81075f0de18c7 (patch)
tree9a51b0db5fdbfdf9b664ba581a49f14b6c6dac0e /support/include/nfs
parent77c32fa565d6af59cbeb8601e08efa9af6ef3d81 (diff)
downloadnfs-utils-827f2a0c8c7606ad0245bfa4b9c81075f0de18c7.tar.gz
nfs-utils-827f2a0c8c7606ad0245bfa4b9c81075f0de18c7.tar.xz
nfs-utils-827f2a0c8c7606ad0245bfa4b9c81075f0de18c7.zip
Make CROSSMNT distinct from NOHIDE
Diffstat (limited to 'support/include/nfs')
-rw-r--r--support/include/nfs/export.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h
index 344ece5..d79a179 100644
--- a/support/include/nfs/export.h
+++ b/support/include/nfs/export.h
@@ -20,10 +20,11 @@
#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_FSID 0x2000
-#define NFSEXP_ALLFLAGS 0x3FFF
+#define NFSEXP_CROSSMNT 0x4000
+#define NFSEXP_ALLFLAGS 0x7FFF
#endif /* _NSF_EXPORT_H */