From: J. Bruce Fields Date: Mon, 13 Feb 2012 21:13:41 +0000 (-0500) Subject: nfsd4: fix sessions slotid wraparound logic X-Git-Tag: v3.4-rc1~40^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d82485e9a947ae19bb29e72644f4c6f27d5b89;p=pandora-kernel.git nfsd4: fix sessions slotid wraparound logic From RFC 5661 2.10.6.1: "If the previous sequence ID was 0xFFFFFFFF, then the next request for the slot MUST have the sequence ID set to zero." While we're there, delete some redundant comments. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed