From owner-cvs-sys Sat Mar 14 02:22:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15483 for cvs-sys-outgoing; Sat, 14 Mar 1998 02:22:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15393; Sat, 14 Mar 1998 02:22:31 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02737; Sat, 14 Mar 1998 02:19:52 -0800 (PST) Date: Sat, 14 Mar 1998 02:19:52 -0800 (PST) Message-Id: <199803141019.CAA02737@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/03/14 02:19:52 PST Modified files: (Branch: RELENG_2_2) sys/kern vfs_conf.c Log: Merge from -current: if the root filesystem mount fails because the device being mounted doesn't exist, and the device might have been within a slice, try mounting via the compatability slice instead. Revision Changes Path 1.11.4.1 +10 -2 src/sys/kern/vfs_conf.c