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:
parent
b454088b82
commit
e89fecb4d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53017
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user