Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 04:11:36 +0000
From:      Tony Finch <dot@dotat.at>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/25832: mount option MNT_NOSYMFOLLOW isn't exported by statfs
Message-ID:  <E14dP6u-0000Q2-00@hand.dotat.at>

next in thread | raw e-mail | index | archive | help

>Number:         25832
>Category:       kern
>Synopsis:       mount option MNT_NOSYMFOLLOW isn't exported by statfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 11:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14dP6u-0000Q2-00>