Skip to content
Commit fccba804 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Fix an NFSv4 mount regression

Commit 008f55d0

 (nfs41: recover lease in
_nfs4_lookup_root) forces the state manager to always run on mount. This is
a bug in the case of NFSv4.0, which doesn't require us to send a
setclientid until we want to grab file state.

In any case, this is completely the wrong place to be doing state
management. Moving that code into nfs4_init_session...

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent b64aec8d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment