NFSv4.1: Handle session reset and bind_conn_to_session before lease check
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 21 Nov 2012 14:22:14 +0000 (09:22 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 21 Nov 2012 14:28:42 +0000 (09:28 -0500)
commit5df904aeb0d9baad90e78fc730dfe1afa4996005
tree6586e2b5604d6bb49e507129207ab0b6dc090a8d
parent6bdb5f213c4344324f600dde885f25768fbd14db
NFSv4.1: Handle session reset and bind_conn_to_session before lease check

We can't send a SEQUENCE op unless the session is OK, so it is pointless
to handle the CHECK_LEASE state before we've dealt with SESSION_RESET
and BIND_CONN_TO_SESSION.

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