Subject: CVS commit: src/share/examples/puffs/dtfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/27/2007 12:03:31
Module Name:	src
Committed By:	pooka
Date:		Thu Sep 27 12:03:31 UTC 2007

Modified Files:
	src/share/examples/puffs/dtfs: dtfs.h

Log Message:
dtfs memsets all allocated block content to 0 immediately, so to
avoid wasting unbelievable amounts of memory, set the blocksize to
something more believable.  Should fix the memset-part to act only
up to the size the file is extended to, though.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/share/examples/puffs/dtfs/dtfs.h

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