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)
committerSteve Conklin <sconklin@canonical.com>
Fri, 15 Jul 2011 17:21:12 +0000 (12:21 -0500)
commitc92d5c11afca903ce1461198976ca66fa0a790e2
treefedfd20e57fb284993b0e673f6f5ecaa6abf0a6b
parentf2b0e5be4dda3a29e77e953e42c6fe74047200f1
NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errors

BugLink: http://bugs.launchpad.net/bugs/793702

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>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
fs/nfs/nfs4state.c