X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfs%2Fexport.h;h=344ece550f6ba7a425cc5868cb3253a6701f3d37;hp=57b0371f1566a09112e8aaaf837bed4114a2214a;hb=40c87b1d669a34447824a81e24f9bb38417d702d;hpb=0fd2443ac44caadb57c8c393d015582aafad1250 diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index 57b0371..344ece5 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -23,6 +23,7 @@ #define NFSEXP_CROSSMNT 0x0200 #define NFSEXP_NOSUBTREECHECK 0x0400 #define NFSEXP_NOAUTHNLM 0x0800 -#define NFSEXP_ALLFLAGS 0x0FFF +#define NFSEXP_FSID 0x2000 +#define NFSEXP_ALLFLAGS 0x3FFF #endif /* _NSF_EXPORT_H */