Re: [libvirt] [PATCH 8/8] test: Fix lock ordering in testDomainRevertToSnapshot

2015-06-19 Thread Michal Privoznik
On 16.06.2015 19:43, Peter Krempa wrote: > The test driver lock should not be acquired while a domain object lock > is held. Tweak the lock ordering to avoid possible deadlock. > --- > src/test/test_driver.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/test

[libvirt] [PATCH 8/8] test: Fix lock ordering in testDomainRevertToSnapshot

2015-06-16 Thread Peter Krempa
The test driver lock should not be acquired while a domain object lock is held. Tweak the lock ordering to avoid possible deadlock. --- src/test/test_driver.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/test_driver.c b/src/test/test_driver.c index cfec122..