diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 14:09:03 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 15:01:45 -0500 |
commit | 3d8986c7585457c45fd349b2c542c7c1ecd20843 (patch) | |
tree | 772afbf1488128a4c79032faa69a7e9f20b816b4 /include/linux/nfsd | |
parent | 774b147828e32ec698e49d95d0498fc71da7082d (diff) | |
download | linux-3.10-3d8986c7585457c45fd349b2c542c7c1ecd20843.tar.gz linux-3.10-3d8986c7585457c45fd349b2c542c7c1ecd20843.tar.bz2 linux-3.10-3d8986c7585457c45fd349b2c542c7c1ecd20843.zip |
nfsd: enable V4ROOT exports
With the v4root option now enforced everywhere it should be, it is safe
to advertise support for it to mountd.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r-- | include/linux/nfsd/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h index 41f0d4e2537..8ae78a61eea 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h @@ -50,7 +50,7 @@ */ #define NFSEXP_V4ROOT 0x10000 /* All flags that we claim to support. (Note we don't support NOACL.) */ -#define NFSEXP_ALLFLAGS 0x7E3F +#define NFSEXP_ALLFLAGS 0x17E3F /* The flags that may vary depending on security flavor: */ #define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \ |