On 01/25/2018 10:23 AM, Erik Skultety wrote:
Since we moved the helpers from nodedev driver to src/conf, the
actual
'update' function using those helpers should be moved as well so that we
don't need to call back into the driver.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
src/conf/node_device_conf.c | 54 ++++++++++++++++++++++++++++++++++++
src/conf/node_device_conf.h | 3 ++
src/libvirt_private.syms | 1 +
src/node_device/node_device_driver.c | 54 +-----------------------------------
4 files changed, 59 insertions(+), 53 deletions(-)
ACK
Michal