]> xenbits.xensource.com Git - libvirt.git/commit
storage: Track backing store of a volume in the target struct
authorPeter Krempa <pkrempa@redhat.com>
Mon, 14 Jul 2014 13:19:49 +0000 (15:19 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 Jul 2014 09:42:51 +0000 (11:42 +0200)
commit15213d1e5d138420a4b6a6accd82291c83175421
tree18f6231136f17450dfeed0db79015c2c24d2bf5b
parentc861750ee9fde150c0bfa3c687e2bdaa0aa0ea25
storage: Track backing store of a volume in the target struct

As we have a nested pointer for storing the backing store of a volume
there's no need to store it in a separate struct.
src/conf/storage_conf.c
src/conf/storage_conf.h
src/storage/storage_backend.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_gluster.c
src/storage/storage_backend_logical.c