Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/14/2006 18:29:40
Module Name:	src
Committed By:	yamt
Date:		Fri Jul 14 18:29:40 UTC 2006

Modified Files:
	src/sys/kern: vfs_syscalls.c
	src/sys/sys: mount.h

Log Message:
- sys___getfh30:
	- restructure code so that it doesn't try to allocate user-specified
	  unbound amount of memory.
	- don't ignore copyout failure in the case of E2BIG.
- rename vfs_copyinfh to vfs_copyinfh_alloc for consistency.


To generate a diff of this commit:
cvs rdiff -r1.248 -r1.249 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.145 -r1.146 src/sys/sys/mount.h

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