Subject: CVS commit: syssrc/sys/miscfs/kernfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/12/2002 17:04:46
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Oct 12 14:04:46 UTC 2002

Modified Files:
	syssrc/sys/miscfs/kernfs: kernfs_vnops.c

Log Message:
put back the while loop in kernfs_getattr() removed in rev 1.82; it's
necessary to get the whole file length e.g. for msgbuf

this fixes the '/kern/msgbuf & less' problem reported on port-i386
by Dave Tyson


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 syssrc/sys/miscfs/kernfs/kernfs_vnops.c

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