Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 18:29:26 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <199905140129.SAA78582@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    1999/05/13 18:29:26 PDT

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Previously directories were sync'ed every 10 seconds while bitmaps &
  inodes were synced every 15 seconds. This is now reversed as during
  directory create, we cannot commit the directory entry until its
  inode has been written. With this switch, the inodes will be more
  likely to be written by the time that the directory is written thus
  reducing the number of directory rollbacks that are needed.
  
  Revision  Changes    Path
  1.197     +3 -3      src/sys/kern/vfs_subr.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?199905140129.SAA78582>