]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Don't canonicalize paths unnecessarily
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 May 2014 12:49:41 +0000 (14:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 25 Jun 2014 08:02:59 +0000 (10:02 +0200)
commite71437fff230f7a7a45709fe5612a92d67f11193
tree32bac475ac9e4a6a6fede7bf9361c65af8e331e3
parent4074ad2d74654d03674ed4d0eb259c926a3b5f06
storage: Don't canonicalize paths unnecessarily

Store backing chain paths as non-canonical. The canonicalization step
will be already taken. This will allow to avoid storing unnecessary
amounts of data.
src/util/virstoragefile.c
tests/virstoragetest.c