Re: [libvirt] [PATCH 2/6] storage: Track backing store of a volume in the target struct

2014-07-15 Thread Eric Blake
On 07/15/2014 07:25 AM, Peter Krempa wrote: > 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 | 53 > --- > src/conf/storage_conf.h

[libvirt] [PATCH 2/6] storage: Track backing store of a volume in the target struct

2014-07-15 Thread Peter Krempa
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 | 53 --- src/conf/storage_conf.h | 1 - src/storage/storage_backend.c | 27 +