]> xenbits.xensource.com Git - libvirt.git/commit
qemuDomainBlockCommit: Don't track top_canon path separately
authorJiri Denemark <jdenemar@redhat.com>
Fri, 18 Apr 2014 12:38:49 +0000 (14:38 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 25 Apr 2014 07:43:20 +0000 (09:43 +0200)
commitca979b068061bd51696c1128f5aababc424d4293
tree9ffbec23491c2e80d6d3734eab5d56c68eb8b12e
parentfe190434852c01e79c136732da78a2baeadf3dba
qemuDomainBlockCommit: Don't track top_canon path separately

virStorageFileChainLookup is able to give use virStorageSourcePtr which
contains the pointer to its canonical path. There's no need for the
caller to store both of them.

Former top_meta maps to topSource and top_canon maps to topSource->path.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_driver.c