Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/22/2007 18:22:50
Module Name:	src
Committed By:	pooka
Date:		Sun Jul 22 18:22:49 UTC 2007

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

Log Message:
Keep track of the maximum size we have supplied the file server (or
it has supplied us).  If we fault pages which are at offset >= server
size, but less than the in-kernel vnode size, inform the file server
of the latest developments in file size before issueing the fault.
The avoids confusion with files which are not written start to finish.

fixes kern/36429 by yamt


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.46 -r1.47 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.89 -r1.90 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.