]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFSDv4.2: Add NFS v4.2 support to the NFS server
authorSteve Dickson <steved@redhat.com>
Thu, 2 May 2013 17:18:57 +0000 (13:18 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 13 May 2013 14:11:47 +0000 (10:11 -0400)
commit4bdc33ed5bd9fbaa243bda6fdccb22674aed6305
treea8512304daac5ddad9f065aaae494de2a08efa00
parent0d422afb892e3f993cf934b76a2c2ef839c446e0
NFSDv4.2: Add NFS v4.2 support to the NFS server

This enables NFSv4.2 support for the server. To enable this
code do the following:
  echo "+4.2" >/proc/fs/nfsd/versions

after the nfsd kernel module is loaded.

On its own this does nothing except allow the server to respond to
compounds with minorversion set to 2.  All the new NFSv4.2 features are
optional, so this is perfectly legal.

Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c
fs/nfsd/nfsd.h