Subject: PR/29898 CVS commit: [netbsd-3] src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 04/13/2005 21:32:01
The following reply was made to PR kern/29898; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29898 CVS commit: [netbsd-3] src/sys/kern
Date: Wed, 13 Apr 2005 21:31:09 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Wed Apr 13 21:31:09 UTC 2005
 
 Modified Files:
 	src/sys/kern [netbsd-3]: vfs_syscalls.c
 
 Log Message:
 Pull up revision 1.218 (requested by yamt in ticket #142):
 sys_mount:
 - reject attempts of MNT_GETARGS + other MNT_xxx.
 - don't modify mnt_flags needlessly for MNT_GETARGS.
   a stopgap fix for PR/29898.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.217 -r1.217.2.1 src/sys/kern/vfs_syscalls.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.