From owner-cvs-all Thu Mar 1 13: 5:52 2001 Delivered-To: cvs-all@freebsd.org Received: from roaming.cacheboy.net (roaming.cacheboy.net [203.56.168.69]) by hub.freebsd.org (Postfix) with ESMTP id 183B037B718; Thu, 1 Mar 2001 13:05:47 -0800 (PST) (envelope-from adrian@roaming.cacheboy.net) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.1/8.11.1) id f21L6fw45410; Thu, 1 Mar 2001 22:06:41 +0100 (CET) (envelope-from adrian) Date: Thu, 1 Mar 2001 22:06:41 +0100 From: Adrian Chadd To: Adrian Chadd Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs_vfsops.c src/sys/compat/linux linux_file.c src/sys/fs/devfs devfs_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_conf.c ... Message-ID: <20010301220640.A45394@roaming.cacheboy.net> References: <200103012100.f21L0JA81434@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103012100.f21L0JA81434@freefall.freebsd.org>; from adrian@FreeBSD.org on Thu, Mar 01, 2001 at 01:00:18PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Mar 01, 2001, Adrian Chadd wrote: > * set `mount->mnt_statf_mntonname' in vfs_mount() rather than in each > filesystem. This variable is generally initialised with `path', and > each filesystem can override it if they want to. > > * NOTE: f_mntonname is intiailised with "/" in the case of a root mount. That should be mount->mnt_stat.f_mntonname, and "initialised", respectively. Adrian -- Adrian Chadd "Programming is like sex: One mistake and you have to support for a lifetime." -- rec.humor.funny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message