summaryrefslogtreecommitdiff
path: root/support/include/nfs
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-03-26 03:05:39 +0000
committerneilbrown <neilbrown>2003-03-26 03:05:39 +0000
commit16be8c20d6fe1a997d90ecb229aee6a5f092b73d (patch)
tree72625879992ba430479dd80550918facef1dfb1c /support/include/nfs
parentcec295bf37b784ed6ae5674ce34b9c75d89ea0a1 (diff)
downloadnfs-utils-neilb-devel.tar.gz
Work towards support new cache in 2.5nfs-utils-1-1-0-pre11neilb-devel
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 */