Re: [libvirt] [PATCHv2 5/8] Remove storage pool from the arguments of a few functions

2014-03-20 Thread Daniel P. Berrange
On Wed, Mar 19, 2014 at 04:52:30PM +0100, Ján Tomko wrote: virStorageBackendISCSISession only needs the path of the source device and virStorageBackendISCSIRescanLUNs doesn't need the pool at all. This will allow the functions to be moved to src/util. ---

[libvirt] [PATCHv2 5/8] Remove storage pool from the arguments of a few functions

2014-03-19 Thread Ján Tomko
virStorageBackendISCSISession only needs the path of the source device and virStorageBackendISCSIRescanLUNs doesn't need the pool at all. This will allow the functions to be moved to src/util. --- src/storage/storage_backend_iscsi.c | 18 -- 1 file changed, 12 insertions(+), 6