Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/14/2007 16:06:53
Module Name: src
Committed By: dsl
Date: Sat Jul 14 16:06:53 UTC 2007
Modified Files:
src/sys/fs/puffs: puffs_vfsops.c
Log Message:
Remove the copyout() of the mount args from puffs_mount(), the buffer
supplied is a kernel address.
The puffs userspace code has been changed to do a 2nd call with
MNT_GETARGS to retrieve the information.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/fs/puffs/puffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.