Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/20/2003 21:05:54
Module Name: src
Committed By: jdolecek
Date: Sat Sep 20 21:05:54 UTC 2003
Modified Files:
src/sys/ufs/ufs: ufs_lookup.c
Log Message:
if mounted ASYNC, use delayed writes for metadata, which improves performance
of these operations significantly
based on FreeBSD ufs_lookup.c rev. 1.8, by John Dyson
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/ufs/ufs/ufs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.