From: Trond Myklebust Date: Thu, 28 Mar 2013 18:01:33 +0000 (-0400) Subject: NFSv4: Fix another reboot recovery race X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91876b13b8b3cbff5cca8476d4b4eebe5f6038cc;p=pandora-kernel.git NFSv4: Fix another reboot recovery race If the open_context for the file is not yet fully initialised, then open recovery cannot succeed, and since nfs4_state_find_open_context returns an ENOENT, we end up treating the file as being irrecoverable. What we really want to do, is just defer the recovery until later. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed