Source-Changes-HG archive

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

[src/trunk]: src/lib/libp2k update comment



details:   https://anonhg.NetBSD.org/src/rev/83c82809476b
branches:  trunk
changeset: 759048:83c82809476b
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 26 11:12:06 2010 +0000

description:
update comment

diffstat:

 lib/libp2k/p2k.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r ae07572b3132 -r 83c82809476b lib/libp2k/p2k.c
--- a/lib/libp2k/p2k.c  Fri Nov 26 11:10:53 2010 +0000
+++ b/lib/libp2k/p2k.c  Fri Nov 26 11:12:06 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: p2k.c,v 1.44 2010/09/07 17:22:53 pooka Exp $   */
+/*     $NetBSD: p2k.c,v 1.45 2010/11/26 11:12:06 pooka Exp $   */
 
 /*
  * Copyright (c) 2007, 2008, 2009  Antti Kantee.  All Rights Reserved.
@@ -411,8 +411,9 @@
        /* 
         * If we're mounting rumpfs, actually do no mount and redirect
         * requests to rump fs namespace root.  Strictly speaking, this
-        * is not correct, but considering rumpfs doesn't currently
-        * support VFS_MOUNT(), I don't think anyone will notice.
+        * is not correct, but I don't think anyone will notice.
+        * After all, we're mostly interested in things which reside
+        * specifically on the rootfs, namely the contents of /dev
         */
        if (strcmp(vfsname, MOUNT_RUMPFS) == 0) {
                if ((rv = rump_pub_vfs_getmp("/", &p2m->p2m_mp)) != 0) {



Home | Main Index | Thread Index | Old Index