]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Don't lie in virFileGetMount*Subtree's docstrings
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 5 Jan 2017 15:19:08 +0000 (16:19 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 5 Jan 2017 15:23:25 +0000 (16:23 +0100)
commit08ad8f9fe2d56311eb8db8a4cc1547c1190a7328
tree7749fb452b57634107f3c81eb9315c75d54dbfd0
parentc51cd0cd69db01aece9c56297b8a086fdeec4645
util: Don't lie in virFileGetMount*Subtree's docstrings

The resulting function virFileGetMountSubtreeImpl() just uses
virStringSortRevCompare or virStringSortCompare which uses strcmp().

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virfile.c