From owner-cvs-all Thu May 13 18:29:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C4D1533C; Thu, 13 May 1999 18:29:26 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA78582; Thu, 13 May 1999 18:29:26 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <199905140129.SAA78582@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 13 May 1999 18:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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