Re: [libvirt] [PATCH v2 1/3] virutil: Introduce virGetSCSIHostNumber

2014-10-28 Thread Michal Privoznik
On 06.10.2014 23:49, John Ferlan wrote: Create/use virGetSCSIHostNumber to replace the static getHostNumber Removed the if (result since result is now required to be non NULL on input. Signed-off-by: John Ferlan jfer...@redhat.com --- src/libvirt_private.syms | 1 +

Re: [libvirt] [PATCH v2 1/3] virutil: Introduce virGetSCSIHostNumber

2014-10-28 Thread John Ferlan
On 10/28/2014 07:36 PM, Michal Privoznik wrote: On 06.10.2014 23:49, John Ferlan wrote: Create/use virGetSCSIHostNumber to replace the static getHostNumber Removed the if (result since result is now required to be non NULL on input. Signed-off-by: John Ferlan jfer...@redhat.com ---

[libvirt] [PATCH v2 1/3] virutil: Introduce virGetSCSIHostNumber

2014-10-06 Thread John Ferlan
Create/use virGetSCSIHostNumber to replace the static getHostNumber Removed the if (result since result is now required to be non NULL on input. Signed-off-by: John Ferlan jfer...@redhat.com --- src/libvirt_private.syms | 1 + src/storage/storage_backend_scsi.c | 40