Subject: CVS commit: src/sys/fs
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 09/08/2007 19:19:37
Module Name:	src
Committed By:	rumble
Date:		Sat Sep  8 19:19:37 UTC 2007

Modified Files:
	src/sys/fs/efs: efs_vfsops.c
	src/sys/fs/sysvbfs: sysvbfs_vfsops.c

Log Message:
Don't explicitly set vp->v_size and then call uvm_vnp_setsize(). This is
not only unnecessary, but trips a kernel assertion introduced in r1.85 of
uvm/uvm_vnode.c.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/fs/efs/efs_vfsops.c
cvs rdiff -r1.15 -r1.16 src/sys/fs/sysvbfs/sysvbfs_vfsops.c

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