From: J. Bruce Fields Date: Wed, 31 Aug 2011 19:39:30 +0000 (-0400) Subject: nfsd4: fix off-by-one-error in SEQUENCE reply X-Git-Tag: v3.2-rc1~177^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d7ca35807b4c8ca3271885b47e67c843376f77;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed