Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/puffs



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.




Home | Main Index | Thread Index | Old Index