forked from Minki/linux
nfsd4: support minorversion 1 by default
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>
This commit is contained in:
parent
f0f51f5cdd
commit
d109148111
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user