]> xenbits.xensource.com Git - libvirt.git/commit
storage: remove virConnectPtr from all backend functions
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 26 Jan 2018 13:31:58 +0000 (13:31 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 31 Jan 2018 18:34:48 +0000 (18:34 +0000)
commit31869efe2a8059356559cebc3b18c7dfab438a46
tree57f7902bda6ce18d4c9f42e01a22c003aec7e7b8
parentdecaeb28829b40940501640623fe822694338576
storage: remove virConnectPtr from all backend functions

Now that we can open connections to the secondary drivers on demand,
there is no need to pass a virConnectPtr into all the backend
functions.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
15 files changed:
src/storage/storage_backend.h
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_backend_rbd.c
src/storage/storage_backend_scsi.c
src/storage/storage_backend_sheepdog.c
src/storage/storage_backend_vstorage.c
src/storage/storage_backend_zfs.c
src/storage/storage_driver.c
src/storage/storage_util.c
src/storage/storage_util.h