From 99780c8a1bb877bf76fa077a1a5313304c99ea61 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 16 Oct 1997 07:32:14 +0000 Subject: We are mounting the root. mount it at the HEAD of the queue, DEVFS might already be there.. --- sys/kern/vfs_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/vfs_mount.c') diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index faa7363..0e65cab 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94 - * $Id: vfs_conf.c,v 1.14 1997/02/22 09:39:32 peter Exp $ + * $Id: vfs_conf.c,v 1.15 1997/10/12 20:24:23 phk Exp $ */ /* @@ -130,7 +130,7 @@ vfs_mountrootfs(fsname) simple_lock(&mountlist_slock); /* Add fs to list of mounted file systems*/ - CIRCLEQ_INSERT_TAIL(&mountlist, mp, mnt_list); + CIRCLEQ_INSERT_HEAD(&mountlist, mp, mnt_list); simple_unlock(&mountlist_slock); vfs_unbusy(mp, p); -- cgit v1.1