]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitabc789c116416fc0cb50f5d4198136b19b53fa7e
tree6586e2b5604d6bb49e507129207ab0b6dc090a8d
parent599303afa71d771bb262e551f4adf95659304497
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