]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit79fb79380701d58787edd9b195bb74240fc2f56d
treec2d7f04beead6499390b5fffd842c76e248781da
parentad3d813173971814289b8275ca5e3660f1779310
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