Re: [libvirt] [PATCH v2 12/14] nodedev: Remove privateData from virNodeDeviceObj

2017-05-26 Thread Peter Krempa
On Thu, May 25, 2017 at 15:57:09 -0400, John Ferlan wrote: > It was only ever used in node_device_hal.c which really never used it > anyway since the NODE_DEV_UDI was never referenced. Remove free_udi() > and @privData as well as the references to obj->privateData & > obj->privateFree. > >

[libvirt] [PATCH v2 12/14] nodedev: Remove privateData from virNodeDeviceObj

2017-05-25 Thread John Ferlan
It was only ever used in node_device_hal.c which really never used it anyway since the NODE_DEV_UDI was never referenced. Remove free_udi() and @privData as well as the references to obj->privateData & obj->privateFree. Signed-off-by: John Ferlan ---