From owner-cvs-all Sun Nov 28 14:20:26 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 D738E15327; Sun, 28 Nov 1999 14:20:18 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64994; Sun, 28 Nov 1999 14:20:18 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199911282220.OAA64994@freefall.freebsd.org> From: Mike Smith Date: Sun, 28 Nov 1999 14:20:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/11/28 14:20:18 PST Modified files: sys/kern vfs_conf.c Log: Use the correct mounted-from path when allocating the root mount, if we know what it is. Be more correct in unbusying the mountpoint (especially before freeing it). Remove support for mounting 'r' devices as root. You don't mount 'r' devices anywhere else, and they're going away anyway. Submitted by: bde Revision Changes Path 1.45 +8 -8 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message