Add a comment on the consequences of reducing the poweroff delay

This commit is contained in:
Nick Hibma 2009-09-10 18:24:59 +00:00
parent 3bcdfb9bf8
commit b22692bd0a

View File

@ -581,6 +581,10 @@ panic(const char *fmt, ...)
/*
* Support for poweroff delay.
*
* Please note that setting this delay too short might power off your machine
* before the write cache on your hard disk has been flushed, leading to
* soft-updates inconsistencies.
*/
#ifndef POWEROFF_DELAY
# define POWEROFF_DELAY 5000