commit | fc40724fc6731d90cc7fb6d62d66135f85a33dd2 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Jun 09 12:43:06 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Jun 09 12:56:30 2018 -0400 |
tree | 791a9c413993091ee07d589e43659ab284c19ae0 | |
parent | ce5624f7e6675ae0425f0041bbad703ea41c784c [diff] |
NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..") The correct behaviour for NFSv4 sequence IDs is to wrap around to the value 0 after 0xffffffff. See https://tools.ietf.org/html/rfc5661#section-2.10.6.1 Fixes: 5f83d86cf531d ("NFSv4.x: Fix wraparound issues when validing...") Cc: stable@vger.kernel.org # 4.6+ Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>