From owner-freebsd-bugs Thu Mar 15 11:20:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 536EA37B719 for ; Thu, 15 Mar 2001 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2FJK1t59408; Thu, 15 Mar 2001 11:20:01 -0800 (PST) (envelope-from gnats) Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62]) by hub.freebsd.org (Postfix) with ESMTP id B44FE37B71E for ; 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: Date: Thu, 15 Mar 2001 04:11:36 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/25832: mount option MNT_NOSYMFOLLOW isn't exported by statfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >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