diff options
author | neilbrown <neilbrown> | 1999-10-28 02:27:55 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 1999-10-28 02:27:55 +0000 |
commit | acc4cade1891c0b07f3e0016ff3c5b604b042c86 (patch) | |
tree | c319d7d853e4466f465192afd5bfce4f9ffd9cfc /support/include/nfs/export.h | |
parent | 389610b2a817878802d25bd82919a79382b702ab (diff) | |
download | nfs-utils-acc4cade1891c0b07f3e0016ff3c5b604b042c86.tar.gz nfs-utils-acc4cade1891c0b07f3e0016ff3c5b604b042c86.tar.xz nfs-utils-acc4cade1891c0b07f3e0016ff3c5b604b042c86.zip |
Thu Oct 28 11:27:51 EST 1999 Neil Brown <neilb@cse.unsw.edu.au>
* support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
* support/nfs/exports.c: added {no_,}subtree_check and changed
crossmnt to nohide
* utils/exportfs/exports.man: added no_subtree_check and nohide
and removed irrelevant stuff from unfsd.
* support/export/rmtab.c: rmtab_read didn't quite do the right
thing if a pathname from rmtab was a subdirectory of an export-point
Diffstat (limited to 'support/include/nfs/export.h')
-rw-r--r-- | support/include/nfs/export.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index 80d23fd..cc88f0f 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -20,7 +20,9 @@ #define NFSEXP_UIDMAP 0x0040 #define NFSEXP_KERBEROS 0x0080 /* not available */ #define NFSEXP_SUNSECURE 0x0100 -#define NFSEXP_CROSSMNT 0x0200 /* not available */ -#define NFSEXP_ALLFLAGS 0x03FF +#define NFSEXP_CROSSMNT 0x0200 + +#define NFSEXP_NOSUBTREECHECK 0x0400 +#define NFSEXP_ALLFLAGS 0x07FF #endif /* _NSF_EXPORT_H */ |