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)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 May 2011 21:42:01 +0000 (17:42 -0400)
commit444f72fe7e7b5f4db34cee933fa3546ebb8e9122
treecdb16446f16239413ee2f8b38682dba85c7aa8f6
parent0ced63d1a245ac11241a5d37932e6d04d9c8040d
NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors

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>
Cc: stable@kernel.org
fs/nfs/nfs4state.c