From: Trond Myklebust Date: Thu, 7 Feb 2013 19:26:21 +0000 (-0500) Subject: NFSv4: Fix a reboot recovery race when opening a file X-Git-Tag: v3.9-rc1~132^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c21443c2c792cd9b463646d982b0fe48aa6feb0f;p=pandora-kernel.git NFSv4: Fix a reboot recovery race when opening a file If the server reboots after it has replied to our OPEN, but before we call nfs4_opendata_to_nfs4_state(), then the reboot recovery thread will not see a stateid for this open, and so will fail to recover it. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed