commit | c45ffdd26961302ec5eeac7311553d6f1e348e9c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 29 13:34:46 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jun 06 16:24:44 2013 -0400 |
tree | 2e7afeafe15c0a6c3886cd16a4cc601337ee3ea5 | |
parent | 275bb307865a316cef390e01e6ab5e21e97023a2 [diff] |
NFSv4: Close another NFSv4 recovery race State recovery currently relies on being able to find a valid nfs_open_context in the inode->open_files list. We therefore need to put the nfs_open_context on the list while we're still protected by the sp->so_reclaim_seqcount in order to avoid reboot races. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>