summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs.h
Commit message (Collapse)AuthorAgeFilesLines
* NFS: Add version registering frameworkBryan Schumaker2012-07-301-0/+72
This patch adds in the code to track multiple versions of the NFS protocol. I created default structures for v2, v3 and v4 so that each version can continue to work while I convert them into kernel modules. I also removed the const parameter from the rpc_version array so that I can change it at runtime. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>