Disable memory locking that could keep watchdogd from deadlocking itself
if the swap subsystem failed. Requested by: phk
This commit is contained in:
parent
0658bb8ef8
commit
a693939e67
@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/rtprio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/watchdog.h>
|
||||
|
||||
#include <err.h>
|
||||
@ -88,9 +87,6 @@ main(int argc, char *argv[])
|
||||
if (rtprio(RTP_SET, 0, &rtp) == -1)
|
||||
err(EX_OSERR, "rtprio");
|
||||
|
||||
if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1)
|
||||
err(EX_OSERR, "mlockall");
|
||||
|
||||
if (watchdog_init() == -1)
|
||||
errx(EX_SOFTWARE, "unable to initialize watchdog");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user