From: Trond Myklebust Date: Sun, 24 Apr 2011 18:28:18 +0000 (-0400) Subject: NFSv4.1: Don't loop forever in nfs4_proc_create_session X-Git-Tag: v2.6.39-rc6~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd954ae124e8a866e9cc1bc3de9a07be5492f608;p=pandora-kernel.git NFSv4.1: Don't loop forever in nfs4_proc_create_session If a server for some reason keeps sending NFS4ERR_DELAY errors, we can end up looping forever inside nfs4_proc_create_session, and so the usual mechanisms for detecting if the nfs_client is dead don't work. Fix this by ensuring that we loop inside the nfs4_state_manager thread instead. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed