]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Revert commit c46aa9068f9bc ("NFSv4.x: Fix wraparound issues..")
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 9 Jun 2018 16:43:06 +0000 (12:43 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 9 Jun 2018 16:56:30 +0000 (12:56 -0400)
commit19dc1a84bf06b224cb9a30f8180fdb11cd5c3cc0
tree791a9c413993091ee07d589e43659ab284c19ae0
parente81e339b4421773e44f8b5e3d13d5fc06b734f9b
NFSv4: Revert commit c46aa9068f9bc ("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: c46aa9068f9bc ("NFSv4.x: Fix wraparound issues when validing...")
Cc: stable@vger.kernel.org # 4.6+
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/callback_proc.c