Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 04/18/2001 06:48:24
Module Name: syssrc
Committed By: enami
Date: Wed Apr 18 03:48:23 UTC 2001
Modified Files:
syssrc/sys/ufs/ufs: ufs_inode.c
Log Message:
Don't flush possibilly relocated file system block if write is done
asynchronously. They will be flushed later when necessary and flushing
now makes sequential write access very slow.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/ufs/ufs/ufs_inode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.