Subject: PR/29898 CVS commit: src/sys/kern
To: None <yamt@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 04/06/2005 13:50:02
The following reply was made to PR kern/29898; it has been noted by GNATS.

From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29898 CVS commit: src/sys/kern
Date: Wed,  6 Apr 2005 13:49:31 +0000 (UTC)

 Module Name:	src
 Committed By:	yamt
 Date:		Wed Apr  6 13:49:31 UTC 2005
 
 Modified Files:
 	src/sys/kern: vfs_syscalls.c
 
 Log Message:
 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.218 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.