From: Trond Myklebust Date: Wed, 29 May 2013 17:34:46 +0000 (-0400) Subject: NFSv4: Close another NFSv4 recovery race X-Git-Tag: v3.11-rc1~72^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45ffdd26961302ec5eeac7311553d6f1e348e9c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed