commit | b7d7ca35807b4c8ca3271885b47e67c843376f77 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Aug 31 15:39:30 2011 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Aug 31 17:55:57 2011 -0400 |
tree | 6e8c3d0542d7b023a622e73695cc922dc6bd1b5d | |
parent | c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8 [diff] |
nfsd4: fix off-by-one-error in SEQUENCE reply The values here represent highest slotid numbers. Since slotid's are numbered starting from zero, the highest should be one less than the number of slots. Reported-by: Rick Macklem <rmacklem@uoguelph.ca> Signed-off-by: J. Bruce Fields <bfields@redhat.com>