Subject: CVS commit: src/usr.sbin/puffs/mount_9p
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/13/2007 17:21:39
Module Name:	src
Committed By:	pooka
Date:		Sat Oct 13 17:21:39 UTC 2007

Modified Files:
	src/usr.sbin/puffs/mount_9p: node.c

Log Message:
Execute getattr in lookup to get file size.  The kernel doesn't
anymore do this if we fail to set size.

The whole lookup procedure should be done in a smarter fashion,
but this is the quickie fix to get things working again.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/puffs/mount_9p/node.c

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