summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1997-10-16 07:32:14 +0000
committerjulian <julian@FreeBSD.org>1997-10-16 07:32:14 +0000
commit99780c8a1bb877bf76fa077a1a5313304c99ea61 (patch)
treeacd81820ca14fbea8c39bfec0cb63546d60445c0 /sys/kern/vfs_mount.c
parentcea09bdfaeede8dbd2be3439e643ae4a85de7e14 (diff)
downloadFreeBSD-src-99780c8a1bb877bf76fa077a1a5313304c99ea61.zip
FreeBSD-src-99780c8a1bb877bf76fa077a1a5313304c99ea61.tar.gz
We are mounting the root.
mount it at the HEAD of the queue, DEVFS might already be there..
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud