cd9660: Drop an unnecessary check for NULL.
This was unnecessary and also confused Coverity. Confirmed on: NetBSD CID: 978558
This commit is contained in:
parent
0ae08af46a
commit
062b0cc0e6
@ -741,7 +741,6 @@ cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir)
|
||||
if (off + isonum_711(isodir->length) >
|
||||
imp->logical_block_size) {
|
||||
vput(vp);
|
||||
if (bp != 0)
|
||||
brelse(bp);
|
||||
printf("fhtovp: directory crosses block boundary %d[off=%d/len=%d]\n",
|
||||
off +isonum_711(isodir->length), off,
|
||||
|
Loading…
Reference in New Issue
Block a user