Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/08/2007 21:39:04
Module Name:	src
Committed By:	pooka
Date:		Tue May  8 21:39:04 UTC 2007

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

Log Message:
Adventures in file systems, part (u_quad_t)-1: we can't use the
file system value for the size of device special files, as that
comes from specfs instead of the "host" file system.  Therefore,
take care that getattr doesn't override the value of vp->v_size.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.66 -r1.67 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.