summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_vfsops.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_vfsops.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_vfsops.c')
-rw-r--r--sys/fs/coda/coda_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index 3b69944..078350b 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.c
@@ -290,7 +290,7 @@ coda_root(vfsp, flags, vpp, td)
*vpp = mi->mi_rootvp;
mi->mi_started = 1;
- /* On Mach, this is vref. On NetBSD, VOP_LOCK */
+ /* On Mach, this is vref. On FreeBSD, vref + vn_lock. */
vref(*vpp);
vn_lock(*vpp, LK_EXCLUSIVE);
MARK_INT_SAT(CODA_ROOT_STATS);
OpenPOWER on IntegriCloud