jeff 2003/08/30 17:06:07 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
- In some cases bp->b_vp can be NULL in brelse, don't try to lock the
interlock in that case.
Found by: alc
Revision Changes Path
1.401 +6 -4 src/sys/kern/vfs_bio.c