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.
This commit is contained in:
Bruce Evans 1998-06-07 11:04:26 +00:00
parent f55eda8752
commit 9399d2c5ad
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)ufs_vnops.c 8.27 (Berkeley) 5/27/95 * @(#)ufs_vnops.c 8.27 (Berkeley) 5/27/95
* $Id: ufs_vnops.c,v 1.85 1998/05/17 11:53:46 phk Exp $ * $Id: ufs_vnops.c,v 1.86 1998/06/07 10:49:18 bde Exp $
*/ */
#include "opt_quota.h" #include "opt_quota.h"