Re: [libvirt] [PATCH v6 4/4] nodedev: Remove driver locks around object list mgmt code

2017-07-24 Thread Erik Skultety
On Thu, Jul 20, 2017 at 10:08:15AM -0400, John Ferlan wrote: > 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

[libvirt] [PATCH v6 4/4] nodedev: Remove driver locks around object list mgmt code

2017-07-20 Thread John Ferlan
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. Signed-off-by: John Ferlan --- src/node_device/node_device_driver