]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Rename UpdateVolInfoFlags to UpdateVolInfo
authorCole Robinson <crobinso@redhat.com>
Sun, 30 Mar 2014 22:27:14 +0000 (18:27 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 31 Mar 2014 22:30:35 +0000 (18:30 -0400)
commit16d75d19fcbd1d94f6b3722f487af308246fc123
tree3be069e006f62f9a4bbffc825cb272b9e4b61cd3
parent968aae48c9a3f019a0c0f97af3165ad0bee702d9
storage: Rename UpdateVolInfoFlags to UpdateVolInfo

And drop the original UpdateVolInfo. Makes it a bit easier to follow
the function usage.

And change the int parameter to an explicit bool.
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_logical.c