]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Fix a typo in nfs41_sequence_process
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 9 Jun 2018 16:50:50 +0000 (12:50 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 9 Jun 2018 16:59:55 +0000 (12:59 -0400)
commite96c32a8d465b88b417f1f673fb87d4b4520563b
tree998c33853568106ab4fac63339c0d37d94e0ed7a
parentbda6dc59b8b3de55ada19b344dea662dcec4306a
NFSv4: Fix a typo in nfs41_sequence_process

We want to compare the slot_id to the highest slot number advertised by the
server.

Fixes: 600d6fda788af ("NFSv4.1: Fix up replays of interrupted requests")
Cc: stable@vger.kernel.org # 4.15+
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c