commit | f6d82485e9a947ae19bb29e72644f4c6f27d5b89 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Feb 13 16:13:41 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Feb 13 16:15:18 2012 -0500 |
tree | 9bb1482584904710aab722b6c9b2b5e5b49780eb | |
parent | 508f92275624fc755104b17945bdc822936f1918 [diff] |
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 <bfields@redhat.com>