From: Trond Myklebust Date: Wed, 9 Mar 2011 21:00:53 +0000 (-0500) Subject: NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses X-Git-Tag: v2.6.38~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0400a6b0cb756f976bae32ae8db47bfa9853897c;p=pandora-kernel.git NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses nfs4_schedule_state_recovery() should only be used when we need to force the state manager to check the lease. If we just want to start the state manager in order to handle a state recovery situation, we should be using nfs4_schedule_state_manager(). This patch fixes the abuses of nfs4_schedule_state_recovery() by replacing its use with a set of helper functions that do the right thing. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed