commit | 91876b13b8b3cbff5cca8476d4b4eebe5f6038cc | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Mar 28 14:01:33 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Mar 28 16:22:16 2013 -0400 |
tree | 3a1493eff67c3403392ce7264f5c91f186d41184 | |
parent | 6e3cf2415269894895074f139ef2e95ef14ddd5d [diff] |
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 <Trond.Myklebust@netapp.com>