Skip to content

Commit

Permalink
nfsd: default NFSv4.2 to on
Browse files Browse the repository at this point in the history
The code seems to work.  The protocol looks stable.  The kernel's
version defaults can be overridden by rpc.nfsd arguments.

Signed-off-by: J. Bruce Fields <[email protected]>
  • Loading branch information
J. Bruce Fields committed Feb 9, 2015
1 parent 8650b8a commit c23ae60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ struct svc_program nfsd_program = {
static bool nfsd_supported_minorversions[NFSD_SUPPORTED_MINOR_VERSION + 1] = {
[0] = 1,
[1] = 1,
[2] = 1,
};

int nfsd_vers(int vers, enum vers_op change)
Expand Down

0 comments on commit c23ae60

Please sign in to comment.