Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/10/2007 13:12:43
Module Name:	src
Committed By:	pooka
Date:		Sat Feb 10 13:12:43 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_vnops.c

Log Message:
* in write, do sync pageflush for the ubc case every 64k, otherwise
  the user file server can't really keep up and just writing and writing
  may result in kernel memory exhaustion.  this lossage is also partially
  due to the stupid way mtime + size info is handled currently, but that
  should change soon (*knock knock* ;)
* score a few debug printfs


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/fs/puffs/puffs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.