]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "mirror: Don't let an operation wait for itself"
authorKevin Wolf <kwolf@redhat.com>
Thu, 26 Mar 2020 15:36:27 +0000 (16:36 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 27 Mar 2020 13:47:23 +0000 (14:47 +0100)
commit9178f4fe5f083064f5c91f04d98c815ce5a5af1c
tree90380ea3042d663e97746a6dadbb8f2fd46c2759
parent6fcc859fc224b80982c94130a9c0e93554e6cbde
Revert "mirror: Don't let an operation wait for itself"

This reverts commit 7e6c4ff792734e196c8ca82564c56b5e7c6288ca.

The fix was incomplete as it only protected against requests waiting for
themselves, but not against requests waiting for each other. We need a
different solution.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200326153628.4869-2-kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/mirror.c