Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 1998 04:04:29 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <199806071104.EAA20693@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/06/07 04:04:28 PDT

  Modified files:
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.87      +1 -1      src/sys/ufs/ufs/ufs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806071104.EAA20693>