Module Name: src
Committed By: pooka
Date: Fri Nov 26 11:12:06 UTC 2010
Modified Files:
src/lib/libp2k: p2k.c
Log Message:
update comment
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libp2k/p2k.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libp2k/p2k.c
diff -u src/lib/libp2k/p2k.c:1.44 src/lib/libp2k/p2k.c:1.45
--- src/lib/libp2k/p2k.c:1.44 Tue Sep 7 17:22:53 2010
+++ src/lib/libp2k/p2k.c Fri Nov 26 11:12:06 2010
@@ -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) {