]> xenbits.xensource.com Git - libvirt.git/commit
bridge_driver: Drop networkDriverLock() from almost everywhere
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 26 Feb 2015 13:19:53 +0000 (14:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 13 Mar 2015 14:55:56 +0000 (15:55 +0100)
commitaf338d5f51cdc2cecfae67ae53c41d6df5172a57
tree868cba0125b5a401b424a4b8d1406e905941bdd5
parent376b97799e1cf5a9cb2d3dab1bf1b9bf40147ead
bridge_driver: Drop networkDriverLock() from almost everywhere

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 <mprivozn@redhat.com>
src/network/bridge_driver.c