commit | ab7017a3a0a64b953e091619c30413b3721d925d | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Mon Jul 30 16:05:16 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jul 30 19:04:17 2012 -0400 |
tree | 1ec947c2794b217d7ead01ee29d8cc5aae4c51f8 | |
parent | a427b9ec4eda8cd6e641ea24541d30b641fc3140 [diff] |
NFS: Add version registering framework 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>