From: Anna Schumaker Date: Wed, 30 Oct 2013 14:00:20 +0000 (-0400) Subject: NFSD: Combine decode operations for v4 and v4.1 X-Git-Tag: v3.13-rc1~59^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a90ebd8b2349eb00ec22f0b8bf6ab8bbd06cc8;p=pandora-kernel.git NFSD: Combine decode operations for v4 and v4.1 We were using a different array of function pointers to represent each minor version. This makes adding a new minor version tedious, since it needs a step to copy, paste and modify a new version of the same functions. This patch combines the v4 and v4.1 arrays into a single instance and will check minor version support inside each decoder function. Signed-off-by: Anna Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed