]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Fix another open/open_recovery deadlock
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 1 Mar 2013 00:19:59 +0000 (16:19 -0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 1 Mar 2013 00:19:59 +0000 (16:19 -0800)
commitb42a6cb5848c2ba4216c4eb85665a7418ccac349
tree9d3ef00b6398d9bd5210800fc3ffcefa68d31e3b
parent9eb4eba01d1964b5d1a275848511b24553662c94
NFSv4: Fix another open/open_recovery deadlock

If we don't release the open seqid before we wait for state recovery,
then we may end up deadlocking the state recovery thread.
This patch addresses a new deadlock that was introduced by
commit 79fb79380701d58787edd9b195bb74240fc2f56d (NFSv4: Fix a reboot
recovery race when opening a file)

Reported-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c