summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_subr.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-02-08 23:15:36 +0000
committerrwatson <rwatson@FreeBSD.org>2008-02-08 23:15:36 +0000
commit409c34ce7db65ef18e27486ee8aed6014b788431 (patch)
tree9a6abebe8d72eed5d22a53baaba0e55cd62c59ee /sys/fs/coda/coda_subr.c
parent56c7e4a9b48b59ff8e320e5e4aac935d9b2dfcd7 (diff)
downloadFreeBSD-src-409c34ce7db65ef18e27486ee8aed6014b788431.zip
FreeBSD-src-409c34ce7db65ef18e27486ee8aed6014b788431.tar.gz
The Coda module was originally ported to NetBSD from Mach by rvb, and
then later to FreeBSD. Update various NetBSD-related comments: in some cases delete them because they don't appply, in others update to say FreeBSD as they still apply but in FreeBSD (and might for that matter no longer apply on NetBSD), and flag one case where I'm not sure whether it applies. MFC after: 1 month
Diffstat (limited to 'sys/fs/coda/coda_subr.c')
-rw-r--r--sys/fs/coda/coda_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/coda/coda_subr.c b/sys/fs/coda/coda_subr.c
index 59e8c87..c49309a 100644
--- a/sys/fs/coda/coda_subr.c
+++ b/sys/fs/coda/coda_subr.c
@@ -99,7 +99,7 @@ coda_alloc(void)
}
else {
CODA_ALLOC(cp, struct cnode *, sizeof(struct cnode));
- /* NetBSD vnodes don't have any Pager info in them ('cause there are
+ /* FreeBSD vnodes don't have any Pager info in them ('cause there are
no external pagers, duh!) */
#define VNODE_VM_INFO_INIT(vp) /* MT */
VNODE_VM_INFO_INIT(CTOV(cp));
@@ -278,7 +278,7 @@ coda_testflush(void)
/*
* First, step through all cnodes and mark them unmounting.
- * NetBSD kernels may try to fsync them now that venus
+ * FreeBSD kernels may try to fsync them now that venus
* is dead, which would be a bad thing.
*
*/
OpenPOWER on IntegriCloud