Skip to content

Commit

Permalink
nfsd4: support minorversion 1 by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields committed Jul 8, 2013
1 parent f0f51f5 commit d109148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d109148

Please sign in to comment.