From: Bryan Schumaker Date: Mon, 30 Jul 2012 20:05:16 +0000 (-0400) Subject: NFS: Add version registering framework X-Git-Tag: v3.6-rc1~29^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab7017a3a0a64b953e091619c30413b3721d925d;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed