commit | c21443c2c792cd9b463646d982b0fe48aa6feb0f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Feb 07 14:26:21 2013 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 11 15:33:14 2013 -0500 |
tree | c2d7f04beead6499390b5fffd842c76e248781da | |
parent | 65b62a29f719e937b5be1df472287f4c61e53ac6 [diff] |
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 <Trond.Myklebust@netapp.com>