From: Trond Myklebust Date: Sat, 5 Apr 2008 19:54:17 +0000 (-0400) Subject: NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() X-Git-Tag: v2.6.26-rc1~1082^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d05778e25ee16dbddb60331be0bc1309efba19;p=pandora-kernel.git 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 --- Reading git-diff-tree failed