The timewarn netlink functionality got dropped and will be removed by kernel v6.4. The user space part was already dropped by commit 34ea31e7 ("controld: remove timewarn handling"). This is just a left over of this commit. Recent builds fails now because the UAPI header in the Linux kernel was removed. This means older dlm sources cannot be build with newer kernel-headers, however it is not recommended to use older dlm sources and all existing users should upgrade anyway.
Reported-by: Fabio M. Di Nitto <fdini...@redhat.com> --- dlm_controld/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlm_controld/main.c b/dlm_controld/main.c index c9d1c5f1..14be5edd 100644 --- a/dlm_controld/main.c +++ b/dlm_controld/main.c @@ -12,7 +12,6 @@ #include <pthread.h> #include <linux/netlink.h> #include <linux/genetlink.h> -#include <linux/dlm_netlink.h> #include <uuid/uuid.h> #ifdef USE_SD_NOTIFY -- 2.31.1