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)
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>

No differences found