]> xenbits.xensource.com Git - libvirt.git/commit
storage: Rename btrfsCloneFile to support other filesystems.
authorJulio Faracco <jcfaracco@gmail.com>
Fri, 6 Jul 2018 13:43:01 +0000 (10:43 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 6 Jul 2018 14:56:56 +0000 (16:56 +0200)
commit8ed874b39b3c330bbcdff434e08995dbb4467285
tree1074a7690a17a36eee06e1cda8449b7b522f7f27
parent2e11298f938672c5430193277c98b9474a68b1fb
storage: Rename btrfsCloneFile to support other filesystems.

This commit renames and adds other macros to support aother filesystems
when a reflink is performed. After that, XFS filesystems (and others)
with reflink support will be able to clone.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1565004

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/storage/storage_util.c