]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 27 May 2012 18:46:46 +0000 (14:46 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 27 May 2012 18:50:44 +0000 (14:50 -0400)
commitf2c1b5100db340441963649fabb4e43e2a65df77
treea570ec8b25316c2c0d3b9113ba6192cdc630f6ed
parent9f594791dd530c2dc06953fb32505a26cc28371f
NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error

The results from a call to nfs4_proc_create_session() should always
be fed into nfs4_handle_reclaim_lease_error, so that we can
handle errors such as NFS4ERR_SEQ_MISORDERED correctly.

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