commit | 7aa262b522ee5a7f1bf9b8fe34539b262ba6da0a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Feb 28 16:19:59 2013 -0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Feb 28 16:19:59 2013 -0800 |
tree | 9d3ef00b6398d9bd5210800fc3ffcefa68d31e3b | |
parent | f6488c9ba51d65410e2dbc4345413c0d9120971e [diff] |
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 c21443c2c792cd9b463646d982b0fe48aa6feb0f (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>