1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

remove a confusing and stale comment.

This commit is contained in:
Poul-Henning Kamp 1999-11-08 13:52:57 +00:00
parent b454088b82
commit e89fecb4d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53017
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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;