commit | c3aba897c6e67fa464ec02b1f17911577d619713 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Jun 01 11:35:56 2021 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Jun 03 10:14:42 2021 -0400 |
tree | 76cc409decc35501161e928293f57ce0356b5280 | |
parent | dfe1fe75e00e4c724ede7b9e593f6f680e446c5f [diff] |
NFSv4: Fix second deadlock in nfs4_evict_inode() If the inode is being evicted but has to return a layout first, then that too can cause a deadlock in the corner case where the server reboots. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>