From owner-cvs-all Sat Sep 18 23:24:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23F8E15064; Sat, 18 Sep 1999 23:24:22 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA15921; Sat, 18 Sep 1999 23:24:21 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909190624.XAA15921@freefall.freebsd.org> From: Matt Dillon Date: Sat, 18 Sep 1999 23:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c vfs_subr.c src/sys/sys mount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/18 23:24:21 PDT Modified files: sys/kern vfs_conf.c vfs_subr.c sys/sys mount.h Log: Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapse addaliasu() into addalias() (no operational change) and clarify comments relating to a trick that vclean() uses. The fix to BOOTP is yet another hack. Actually, rootfsid handling is already a major hack. The whole thing needs to be cleaned up. Reviewed by: David Greenman , Alan Cox Revision Changes Path 1.33 +22 -2 src/sys/kern/vfs_conf.c 1.226 +38 -22 src/sys/kern/vfs_subr.c 1.79 +2 -1 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message