commit | 35d05778e25ee16dbddb60331be0bc1309efba19 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 05 15:54:17 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 19 16:53:12 2008 -0400 |
tree | 81997edb4131763212dfba51ae4d94518decfef2 | |
parent | dbae4c73f08b8a7980cc912954ade3d4c1fb6147 [diff] |
NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() There should be no need to invalidate a perfectly good state owner just because of a stale filehandle. Doing so can cause the state recovery code to break, since nfs4_get_renew_cred() and nfs4_get_setclientid_cred() rely on finding active state owners. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>