]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Move virIsDevMapperDevice() to virdevmapper.c
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Jun 2020 09:57:14 +0000 (11:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Jun 2020 12:50:46 +0000 (14:50 +0200)
commitdfa0e118f745fe3f4fe95975c6100f0fc6d788be
treed209cb1652a9441a8d22d17537eb791141296e0e
parente57323ece1da2409421f9e80b5778e91529d05fa
util: Move virIsDevMapperDevice() to virdevmapper.c

When introducing virdevmapper.c (in v4.3.0-rc1~427) I didn't
realize there is a function that calls in devmapper. The function
is called virIsDevMapperDevice() and lives in virutil.c. Now that
we have a special file for handling devmapper move it there.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/libvirt_private.syms
src/storage/parthelper.c
src/storage/storage_backend_disk.c
src/util/virdevmapper.c
src/util/virdevmapper.h
src/util/virutil.c
src/util/virutil.h