
26 Oct
2017
26 Oct
'17
2:11 p.m.
On 10/20/2017 09:47 AM, Peter Krempa wrote:
The 'file access' module of the storage driver has few feature checks to determine whether libvirt supports given storage driver method. The code to retrieve the driver struct needed for the check is the same so it can be extracted. --- src/storage/storage_source.c | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John