freebsd-dev/sys/ufs
Bruce Evans 9399d2c5ad Null change. Forgot to mention in previous log message that MNT_NOATIME
is now ignored for special files, so that mounting root with option
noatime doesn't break reporting of idle times in programs like `w'.
The problem of execessive disk updates just to stamp atimes will be
handled for special files by only writing atimes to disk when inodes
become active.  This works well because special files are relatively
uncommon and their atimes are even more disposable at panic time than
regular files' atimes.
1998-06-07 11:04:26 +00:00
..
ffs Use size_t instead of u_int for sizes. 1998-06-04 17:21:39 +00:00
mfs Submitted by: abial@nask.pl 1998-05-11 19:27:18 +00:00
ufs Null change. Forgot to mention in previous log message that MNT_NOATIME 1998-06-07 11:04:26 +00:00