From owner-freebsd-current Sun Oct 18 14:19:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10468 for freebsd-current-outgoing; Sun, 18 Oct 1998 14:19:32 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10456 for ; Sun, 18 Oct 1998 14:19:25 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id UAA12938; Sun, 18 Oct 1998 20:09:01 +0100 (BST) (envelope-from nik) Message-ID: <19981018200901.53009@nothing-going-on.org> Date: Sun, 18 Oct 1998 20:09:01 +0100 From: Nik Clayton To: Andy Farkas , Chuck Robey Cc: freebsd-current@FreeBSD.ORG Subject: Re: mount flags References: <362A307E.8C676700@speednet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <362A307E.8C676700@speednet.com.au>; from Andy Farkas on Mon, Oct 19, 1998 at 04:16:30AM +1000 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Oct 19, 1998 at 04:16:30AM +1000, Andy Farkas wrote: > Yeah, something fishy is going on here with statfs(2). According to the > man page on a 2.2.7 system, and in , there are definitions > for struct statfs->f_type, but on a 3.0-current, they have strangely > disappeared. >From the logs for src/sys/sys/mount.h; ---------------------------- revision 1.67 date: 1998/09/07 13:17:05; author: bde; state: Exp; lines: +5 -54 Removed statically configured mount type numbers (MOUNT_*) and all references to them. The change a couple of days ago to ignore these numbers in statically configured vfsconf structs was slightly premature because the cd9660, cfs, devfs, ext2fs, nfs vfs's still used MOUNT_* instead of the number in their vfsconf struct. ---------------------------- Bruce can presumably shed some more light. N -- C.R.F. Consulting -- we're run to make me richer. . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message