From: Trond Myklebust Date: Tue, 21 Jul 2009 20:48:07 +0000 (-0400) Subject: NFSv4: Fix an NFSv4 mount regression X-Git-Tag: v2.6.31-rc4~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccba8045537f7e840d0e7565e1989d465e488a3;p=pandora-kernel.git NFSv4: Fix an NFSv4 mount regression Commit 008f55d0e019943323c20a03493a2ba5672a4cc8 (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: Trond Myklebust --- Reading git-diff-tree failed