Re: [libvirt] [PATCH v4 4/7] bridge_driver: Drop networkDriverLock() from almost everywhere

2015-03-13 Thread Peter Krempa
On Thu, Mar 12, 2015 at 15:39:18 +0100, Michal Privoznik wrote: > Now that we have fine grained locks, there's no need to > lock the whole driver. We can rely on self-locking APIs. > > Signed-off-by: Michal Privoznik > --- > src/network/bridge_driver.c | 56 > ---

[libvirt] [PATCH v4 4/7] bridge_driver: Drop networkDriverLock() from almost everywhere

2015-03-12 Thread Michal Privoznik
Now that we have fine grained locks, there's no need to lock the whole driver. We can rely on self-locking APIs. Signed-off-by: Michal Privoznik --- src/network/bridge_driver.c | 56 - 1 file changed, 5 insertions(+), 51 deletions(-) diff --git a/src/