summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vfsops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-21 08:42:37 +0000
committerphk <phk@FreeBSD.org>2004-09-21 08:42:37 +0000
commitd905f27bbb4ee6ba77724e2f6ea5f9381519c059 (patch)
tree1ba013baf38dca7d255aa1e2309447650b6726a9 /sys/isofs/cd9660/cd9660_vfsops.c
parent3441ee7248bc33944ff2662f2cce227030ba796a (diff)
downloadFreeBSD-src-d905f27bbb4ee6ba77724e2f6ea5f9381519c059.zip
FreeBSD-src-d905f27bbb4ee6ba77724e2f6ea5f9381519c059.tar.gz
De support opening device nodes on CD9660 filesystems. They are
still visible, they can still be seen, but they cannot be opened. Use DEVFS for that.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_vfsops.c')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index 639dc75..f904888 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -864,14 +864,6 @@ cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir)
case VFIFO:
vp->v_op = cd9660_fifoop_p;
break;
- case VBLK:
- vp->v_op = cd9660_specop_p;
- break;
- case VCHR:
- vp->v_op = cd9660_specop_p;
- vp = addaliasu(vp, ip->inode.iso_rdev);
- ip->i_vnode = vp;
- break;
default:
break;
}
OpenPOWER on IntegriCloud