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 I can't think of any reason why a r...



details:   https://anonhg.NetBSD.org/src/rev/450cf81f5317
branches:  trunk
changeset: 758919:450cf81f5317
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 21 16:19:19 2010 +0000

description:
I can't think of any reason why a rump kernel has to allow vfsusermount
by default, nor do I remember why i originally added it in 2008
==> remove.

diffstat:

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

diffs (28 lines):

diff -r 83718b15d055 -r 450cf81f5317 sys/rump/librump/rumpvfs/rump_vfs.c
--- a/sys/rump/librump/rumpvfs/rump_vfs.c       Sun Nov 21 16:11:32 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rump_vfs.c       Sun Nov 21 16:19:19 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_vfs.c,v 1.59 2010/11/19 06:44:33 dholland Exp $   */
+/*     $NetBSD: rump_vfs.c,v 1.60 2010/11/21 16:19:19 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.59 2010/11/19 06:44:33 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.60 2010/11/21 16:19:19 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -82,9 +82,6 @@
        char buf[64];
        int error;
        int rv, i;
-       extern int dovfsusermount; /* XXX */
-
-       dovfsusermount = 1; /* XXX */
 
        if (rumpuser_getenv("RUMP_NVNODES", buf, sizeof(buf), &error) == 0) {
                desiredvnodes = strtoul(buf, NULL, 10);



Home | Main Index | Thread Index | Old Index