]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test_driver: Drop testDriverLock() from almost everywhere
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 26 Feb 2015 13:25:54 +0000 (14:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 13 Mar 2015 14:55:56 +0000 (15:55 +0100)
commitb464fd7ed9c882f80d4c8c164c30a4dfc4fc2fe7
treecb44b96ead58250855ba6fa76edb51a75de29a95
parentaf338d5f51cdc2cecfae67ae53c41d6df5172a57
test_driver: Drop testDriverLock() from almost everywhere

Well, if 'everywhere' is defined as that part of the driver code
that serves virNetwork* APIs. Again, we lower layers already have
their locks, so there's no point doing big lock.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/test/test_driver.c