diff options
author | Anna Schumaker <bjschuma@netapp.com> | 2013-10-30 10:00:20 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-10-30 10:04:08 -0400 |
commit | e1a90ebd8b2349eb00ec22f0b8bf6ab8bbd06cc8 (patch) | |
tree | 0eb2d8a2ed995ced6594855ec2dbff846e2b759c /README | |
parent | 6f6cc3205c5f10129b8a10cdf8abf85d9db48a60 (diff) |
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 <bjschuma@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions