]> xenbits.xensource.com Git - libvirt.git/commit
Remove lxcDriverLock from almost everywhere
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Jul 2013 07:20:26 +0000 (09:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jul 2013 12:16:54 +0000 (14:16 +0200)
commiteb150c86b4c645de7aa1f002cc11a40f0adb43bf
treea4fa08b41f37eefd0b382860c6f70d49e54e07da
parent2a82171affa266e4afe472ea7b79038e338aab52
Remove lxcDriverLock from almost everywhere

With the majority of fields in the virLXCDriverPtr struct
now immutable or self-locking, there is no need for practically
any methods to be using the LXC driver lock. Only a handful
of helper APIs now need it.
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h
src/lxc/lxc_driver.c
src/lxc/lxc_process.c