]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: Remove driver locks around object list mgmt code
authorJohn Ferlan <jferlan@redhat.com>
Thu, 29 Jun 2017 20:51:54 +0000 (16:51 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 24 Jul 2017 16:19:34 +0000 (12:19 -0400)
commit4cb719b2dcf6828c82cc0e99dc90fd9230046f3b
tree352c2065e518f3a895d9e30bc06a7c8c3ee79be2
parent4ae9dbea99cf20f0f33f60e63f2d7296bf3873e3
nodedev: Remove driver locks around object list mgmt code

Since virnodedeviceobj now has a self-lockable hash table, there's no
need to lock the table from the driver for processing. Thus remove the
locks from the driver for NodeDeviceObjList mgmt.

This includes the test driver as well.
src/node_device/node_device_driver.c
src/node_device/node_device_hal.c
src/node_device/node_device_udev.c
src/test/test_driver.c