commit | 5f8b6491f20732e0a31e64bbf75b62def579e044 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Wed Nov 30 12:23:42 2011 +0000 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Dec 05 14:52:34 2011 +0100 |
tree | 2da9621db484711a4d29fdbf2df729c0545d0dcc | |
parent | bd9533e36ea3d6c964f65b8e407bad00dab59e5d [diff] |
block: wait_for_overlapping_requests() deadlock detection Debugging a reentrant request deadlock was fun but in the future we need a quick and obvious way of detecting such bugs. Add an assert that checks we are not about to deadlock when waiting for another request. Suggested-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>