Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpvfs Run vfs component constructors.



details:   https://anonhg.NetBSD.org/src/rev/4fb91ac842bd
branches:  trunk
changeset: 755960:4fb91ac842bd
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jun 30 15:48:59 2010 +0000

description:
Run vfs component constructors.

diffstat:

 sys/rump/librump/rumpvfs/rump_vfs.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r b1e18da706a8 -r 4fb91ac842bd sys/rump/librump/rumpvfs/rump_vfs.c
--- a/sys/rump/librump/rumpvfs/rump_vfs.c       Wed Jun 30 15:44:54 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rump_vfs.c       Wed Jun 30 15:48:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_vfs.c,v 1.55 2010/06/24 13:03:18 hannken Exp $    */
+/*     $NetBSD: rump_vfs.c,v 1.56 2010/06/30 15:48:59 pooka Exp $      */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.55 2010/06/24 13:03:18 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.56 2010/06/30 15:48:59 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -161,6 +161,8 @@
        module_init_class(MODULE_CLASS_VFS);
 
        rump_vfs_builddevs(devsw_conv0, max_devsw_convs);
+
+       rump_component_init(RUMP_COMPONENT_VFS);
 }
 
 void



Home | Main Index | Thread Index | Old Index