]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Fix regression in callback retry handling
authorFred Isaman <fred.isaman@gmail.com>
Tue, 27 Sep 2016 19:37:11 +0000 (15:37 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 1 Dec 2016 22:21:38 +0000 (17:21 -0500)
commit9dcae53994eb78f00cb6ffe7233efc2f2ffdfd1c
treedd61dc7c4c956a3fb3db08dcf3f0192d0d0b6e7b
parent669b25a855e6b514390f18123da7880f060b0318
NFSv4.1: Fix regression in callback retry handling

When initializing a freshly created slot for the calllback channel,
the seq_nr needs to be 0, not 1.  Otherwise validate_seqid
and nfs4_slot_wait_on_seqid get confused and believe that the
mpty slot corresponds to a previously sent reply.

Signed-off-by: Fred Isaman <fred.isaman@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4session.c