Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <bfields@redhat.com>

+1
+1
fs/nfsd/nfssvc.c
··· 119 119 static bool nfsd_supported_minorversions[NFSD_SUPPORTED_MINOR_VERSION + 1] = { 120 120 [0] = 1, 121 121 [1] = 1, 122 + [2] = 1, 122 123 }; 123 124 124 125 int nfsd_vers(int vers, enum vers_op change)