]> git.ipfire.org Git - thirdparty/libvirt.git/commit
m4: virt-sanlock: drop check for sanlock_killpath()
authorPavel Hrdina <phrdina@redhat.com>
Tue, 23 Jun 2020 22:15:15 +0000 (00:15 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 10 Jul 2020 07:40:22 +0000 (09:40 +0200)
commitab7204d908d1de9dfa9749ec75839e7e70d8a38c
treeda718afe44d1d3e513f6c44d0ff9dfe95dfdec05
parentc4951694786ecd45424769979762c17e4c8e56d0
m4: virt-sanlock: drop check for sanlock_killpath()

Function sanlock_killpath() was introduced in 2.4 version and had
modified one of the arguments from `char *` into `const char *` in
version 2.7. All of this is available in all supported OSes.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
m4/virt-sanlock.m4
src/locking/lock_driver_sanlock.c