NFSv4: Fix up error handling in the state manager main loop.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 3 Dec 2009 20:53:22 +0000 (15:53 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 3 Dec 2009 20:53:22 +0000 (15:53 -0500)
commitb6d408ba8c8be3646dea6f80a2fe55ac403119c8
treef3305d34863a99c7df4c1453f860237845a21923
parenta9ed2e2583747fb3139a764c317fac58893b968f
NFSv4: Fix up error handling in the state manager main loop.

The nfs4_state_manager should not be looking at the error values when
deciding whether or not to loop round in order to handle a higher priority
state recovery task. It should rather be looking at the clp->cl_state.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4state.c