diff options
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/cd9660/cd9660_vfsops.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 5a6f851..f7d418d 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/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; |