]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFSv4: Fix a BAD_SEQUENCEID condition.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:49 +0000 (15:21 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 20:21:49 +0000 (15:21 -0500)
commit0d62f85a81216f30a0ba1479b93e84103a5d535b
tree623a726d992341788a6e68440c2d31c80ea8c58b
parentf3c76491e7ecacbb7942633f3b2a3514b7476ef9
NFSv4: Fix a BAD_SEQUENCEID condition.

We really shouldn't be resetting the sequence ids when doing state
expiration recovery, since we don't know if the server still remembers our
previous state owners. There are servers out there that do attempt to
preserve client state even if the lease has expired. Such a server would
only release that state if a conflicting OPEN request occurs.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4state.c