NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors
commit0ab692407602f96ad71d62f9c551fdba4529c803
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 26 May 2011 18:26:35 +0000 (26 14:26 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 01:34:48 +0000 (3 10:34 +0900)
treee1f79869f67905c1ff9affe6e2e5abed8ed1ccbb
parent6844274a3ca81e5643b53c9844796f3dc11b5518
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