]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 26 May 2011 18:26:35 +0000 (14:26 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 00:32:42 +0000 (09:32 +0900)
commitf2277bfde1808ad803ada27f80f1f3e7dc680c8e
tree09f41d2e6091a1636029c35d17956bde645e2bb4
parent5f857b3e33f57e4277c04efd810902b347fc76b6
NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors

commit 444f72fe7e7b5f4db34cee933fa3546ebb8e9122 upstream.

Currently, the call to nfs4_schedule_session_recovery() will actually just
result in a test of the lease when what we really want is to force a
session reset.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfs/nfs4state.c