From fanf@dotat.at  Thu Mar 15 11:10:53 2001
Return-Path: <fanf@dotat.at>
Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62])
	by hub.freebsd.org (Postfix) with ESMTP id B44FE37B71E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2001 11:10:51 -0800 (PST)
	(envelope-from fanf@dotat.at)
Received: from fanf by hand.dotat.at with local (Exim 3.20 #3)
	id 14dP6u-0000Q2-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Mar 2001 04:11:36 +0000
Message-Id: <E14dP6u-0000Q2-00@hand.dotat.at>
Date: Thu, 15 Mar 2001 04:11:36 +0000
From: Tony Finch <dot@dotat.at>
Reply-To: Tony Finch <dot@dotat.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: mount option MNT_NOSYMFOLLOW isn't exported by statfs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         25832
>Category:       kern
>Synopsis:       mount option MNT_NOSYMFOLLOW isn't exported by statfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dwmalone
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 11:20:00 PST 2001
>Closed-Date:    Mon May 28 14:29:58 PDT 2001
>Last-Modified:  Mon May 28 14:31:16 PDT 2001
>Originator:     Tony Finch <dot@dotat.at>
>Release:        FreeBSD 4.3-BETA i386
>Organization:
Covalent Technologies, Inc.
>Environment:
System: FreeBSD hand.dotat.at 4.3-BETA FreeBSD 4.3-BETA #5: Thu Mar 15 02:42:59 GMT 2001 fanf@hand.dotat.at:/FreeBSD/releng4/sys/compile/DELL-Latitude-CSx i386
>Description:
mount option MNT_NOSYMFOLLOW isn't exported by statfs
>How-To-Repeat:
>Fix:

Index: mount.h
===================================================================
RCS file: /home/ncvs/src/sys/sys/mount.h,v
retrieving revision 1.89.2.1
diff -u -r1.89.2.1 mount.h
--- mount.h	2000/12/05 09:43:12	1.89.2.1
+++ mount.h	2001/03/15 04:09:08
@@ -178,7 +178,7 @@
 			MNT_LOCAL	| MNT_USER	| MNT_QUOTA	| \
 			MNT_ROOTFS	| MNT_NOATIME	| MNT_NOCLUSTERR| \
 			MNT_NOCLUSTERW	| MNT_SUIDDIR	| MNT_SOFTDEP	| \
-			MNT_IGNORE \
+			MNT_IGNORE	| MNT_NOSYMFOLLOW \
 			/*	| MNT_EXPUBLIC */)
 /*
  * External filesystem command modifier flags.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->dwmalone 
Responsible-Changed-By: dwmalone 
Responsible-Changed-When: Thu Mar 15 11:54:07 PST 2001 
Responsible-Changed-Why:  
I'll have a look at this - I just want to investigate the knock-on 
effects of the patch and the comment just above the patch. 
. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25832 
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Mon May 28 14:29:58 PDT 2001 
State-Changed-Why:  
MNT_NOSYMFOLLOW and MNT_EXPUBLIC now available in -stable.  The 
corrisponding change in -current was made some time ago by Kirk. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25832 
>Unformatted:
