[dm-devel] [PATCH] multipath-tools: remove duplicate headers

2022-01-04 Thread Xose Vazquez Perez
Minimal clean up done with scripts/checkincludes.pl Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez --- ./libdmmp/libdmmp.c: stdbool.h is included more than once. ./libmpathpersist/mpath_pr_ioctl.c: unistd.h is included more

[dm-devel] [PATCH] build: don't compress man pages

2022-01-04 Thread Sam James
This tends to complicate packaging for downstreams as we may choose to not compress man pages at all, use a different tool, or use different options. Most projects don't therefore bother compressing, so this change brings multipath-tool in line with others. Signed-off-by: Sam James ---