NFSD: Add support for NFS v4.2 operation checking
authorAnna Schumaker <bjschuma@netapp.com>
Wed, 30 Oct 2013 17:38:13 +0000 (13:38 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 30 Oct 2013 22:25:04 +0000 (18:25 -0400)
commit8217d146ab98a1790349d79c436176658e311e3c
tree7bc6d2e849a0d9bdcc31dc84fec9a2e9f4c882e3
parente50a26dc785f12a6df1f1ac16d62faf0342b72af
NFSD: Add support for NFS v4.2 operation checking

The server does allow NFS over v4.2, even if it doesn't add any new
operations yet.

I also switch to using constants to represent the last operation for
each minor version since this makes the code cleaner and easier to
understand at a quick glance.

Signed-off-by: Anna Schumaker <bjschuma@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c
include/linux/nfs4.h
This page took 0.027426 seconds and 5 git commands to generate.