projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
774b147
)
nfsd: enable V4ROOT exports
author
J. Bruce Fields
<bfields@citi.umich.edu>
Tue, 15 Dec 2009 19:09:03 +0000
(14:09 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Tue, 15 Dec 2009 20:01:45 +0000
(15:01 -0500)
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>
include/linux/nfsd/export.h
patch
|
blob
|
history
diff --git
a/include/linux/nfsd/export.h
b/include/linux/nfsd/export.h
index 41f0d4e253742c36b5c5b8acb2bae005fa10554d..8ae78a61eea4f2eaa8f0c137a1f77b27b3d880e8 100644
(file)
--- 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 0x
1
7E3F
/* The flags that may vary depending on security flavor: */
#define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \