Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/06/2007 16:08:55
Module Name:	src
Committed By:	pooka
Date:		Mon Aug  6 16:08:55 UTC 2007

Modified Files:
	src/sys/fs/tmpfs: tmpfs_subr.c

Log Message:
When resizing a node, first drop extra pages and zero tail, and only
then set the new size.  Otherwise zerolen will always be, well, 0.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/fs/tmpfs/tmpfs_subr.c

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