NFSv4: Fix a reboot recovery race when opening a file
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 7 Feb 2013 19:26:21 +0000 (14:26 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 11 Feb 2013 20:33:14 +0000 (15:33 -0500)
commitc21443c2c792cd9b463646d982b0fe48aa6feb0f
treec2d7f04beead6499390b5fffd842c76e248781da
parent65b62a29f719e937b5be1df472287f4c61e53ac6
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>
fs/nfs/nfs4proc.c