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:
f0f51f5
)
nfsd4: support minorversion 1 by default
author
J. Bruce Fields
<bfields@redhat.com>
Mon, 8 Jul 2013 22:00:56 +0000
(18:00 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Mon, 8 Jul 2013 23:48:10 +0000
(19:48 -0400)
We now have minimal minorversion 1 support; turn it on by default.
This can still be turned off with "echo -4.1 >/proc/fs/nfsd/versions".
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfssvc.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfssvc.c
b/fs/nfsd/nfssvc.c
index 262df5ccbf59db0c4fd516a30fa721945b55f600..6b9f48ca4c25183abab7759a588a8ec5d4da4257 100644
(file)
--- a/
fs/nfsd/nfssvc.c
+++ b/
fs/nfsd/nfssvc.c
@@
-116,7
+116,7
@@
struct svc_program nfsd_program = {
};
-u32 nfsd_supported_minorversion;
+u32 nfsd_supported_minorversion
= 1
;
int nfsd_vers(int vers, enum vers_op change)
{