summaryrefslogtreecommitdiffstats
path: root/sys/isofs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-08 13:52:57 +0000
committerphk <phk@FreeBSD.org>1999-11-08 13:52:57 +0000
commitab35df5a74ad998fe7610f8cb64134bd7f449432 (patch)
treee439a6227d0a1b29bdd42c9a03e694d455e53488 /sys/isofs
parent3e649437d29c23226b88867c2ca2d178ca60e525 (diff)
downloadFreeBSD-src-ab35df5a74ad998fe7610f8cb64134bd7f449432.zip
FreeBSD-src-ab35df5a74ad998fe7610f8cb64134bd7f449432.tar.gz
remove a confusing and stale comment.
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index 5a6f851..f7d418d 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -846,9 +846,6 @@ cd9660_vget_internal(mp, ino, vpp, relocated, isodir)
break;
case VCHR:
case VBLK:
- /*
- * if device, look at device number table for translation
- */
vp->v_op = cd9660_specop_p;
addaliasu(vp, ip->inode.iso_rdev);
break;
OpenPOWER on IntegriCloud