phk 2003/08/17 16:00:30 PDT
FreeBSD src repository
Modified files:
sys/isofs/cd9660 cd9660_lookup.c
Log:
Do not call VOP_BMAP() on our own vnodes.
It is particularly silly when all it does is a minor piece of math.
Revision Changes Path
1.36 +3 -10 src/sys/isofs/cd9660/cd9660_lookup.c