From: Trond Myklebust Date: Thu, 3 Dec 2009 20:53:20 +0000 (-0500) Subject: NFSv4: The state manager shouldn't exit on errors that were handled X-Git-Tag: v2.6.33-rc1~287^2^2~44^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7cdf18e14f81860b856ef7694ef58eb1a751c0;p=pandora-kernel.git NFSv4: The state manager shouldn't exit on errors that were handled nfs4_recovery_handle_error() will correctly handle errors such as NFS4ERR_CB_PATH_DOWN, however because they are still passed back to the main loop in nfs4_state_manager(), they can cause the latter to exit prematurely. Fix this by letting nfs4_recovery_handle_error() change the error value in cases where there is no action required by the caller. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed