mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-24 06:04:19 +03:00
2355f677fb
As the header file <sys/mman.h> was not included in dmeventd.c thus missed definition of MCL_CURRENT so this patch only makes it obvious we were not locking memory here. This patch has no functional change. Later part of this patch set handles mlockall() via memlock_inc_daemon().