]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vz: remove vzDriverLock/Unlock function
authorMaxim Nestratov <mnestratov@virtuozzo.com>
Thu, 7 Apr 2016 18:53:27 +0000 (21:53 +0300)
committerMaxim Nestratov <mnestratov@virtuozzo.com>
Wed, 13 Apr 2016 15:48:44 +0000 (18:48 +0300)
commit52616fc5dbb415166570bd8bfc07e62ede29ed22
treef8cfe937df32a7e0150264e8f249d22f9c3ab377
parent6202b72387b22b12b804852bcd5c4200ee3a1af5
vz: remove vzDriverLock/Unlock function

We don't need them anymore as all pointers within vzDriver structure
are not changed during the time it exists.
Where we still need to synchronize we use virObjectLock/Unlock as far
as vzDriver is lockable object.

Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
src/vz/vz_driver.c
src/vz/vz_utils.h