Skip to content

Commit c23ae60

Browse files
author
J. Bruce Fields
committed
nfsd: default NFSv4.2 to on
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]>
1 parent 8650b8a commit c23ae60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfsd/nfssvc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ struct svc_program nfsd_program = {
119119
static bool nfsd_supported_minorversions[NFSD_SUPPORTED_MINOR_VERSION + 1] = {
120120
[0] = 1,
121121
[1] = 1,
122+
[2] = 1,
122123
};
123124

124125
int nfsd_vers(int vers, enum vers_op change)

0 commit comments

Comments
 (0)