]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 5 Apr 2008 19:54:17 +0000 (15:54 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:53:12 +0000 (16:53 -0400)
commit35d05778e25ee16dbddb60331be0bc1309efba19
tree81997edb4131763212dfba51ae4d94518decfef2
parentdbae4c73f08b8a7980cc912954ade3d4c1fb6147
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>
fs/nfs/nfs4proc.c