Bruce Evans 3055187290 Sync timestamp changes for inodes of special files to disk as late
as possible (when the inode is reclaimed).  Temporarily only do
this if option UFS_LAZYMOD configured and softupdates aren't enabled.
UFS_LAZYMOD is intentionally left out of /sys/conf/options.

This is mainly to avoid almost useless disk i/o on battery powered
machines.  It's silly to write to disk (on the next sync or when the
inode becomes inactive) just because someone hit a key or something
wrote to the screen or /dev/null.

PR:		5577
Previous version reviewed by:	phk
1998-07-03 22:17:03 +00:00
..
1998-06-21 14:53:44 +00:00
1998-02-06 12:14:30 +00:00
1997-12-02 10:39:42 +00:00
1997-12-02 10:39:42 +00:00
1998-02-09 06:11:36 +00:00
1998-02-06 12:14:30 +00:00
1998-01-30 11:34:06 +00:00
1998-06-21 12:36:12 +00:00