cd9660: Remove redundant brelse() after r294954
Same automation. No functional change.
This commit is contained in:
parent
fe8b34563d
commit
dadc0f97d0
@ -753,7 +753,6 @@ cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir)
|
||||
imp->logical_block_size, NOCRED, &bp);
|
||||
if (error) {
|
||||
vput(vp);
|
||||
brelse(bp);
|
||||
printf("fhtovp: bread error %d\n",error);
|
||||
return (error);
|
||||
}
|
||||
|
@ -689,7 +689,6 @@ cd9660_readlink(ap)
|
||||
(imp->im_bshift - DEV_BSHIFT),
|
||||
imp->logical_block_size, NOCRED, &bp);
|
||||
if (error) {
|
||||
brelse(bp);
|
||||
return (EINVAL);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user