jeff 2005-03-08 09:34:54 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
- Lock access to the buffer_map with the vm_map lock. In 4.x this was
done with splbio, in 5.x this was done with Giant.
Discussed with: alc
Reported by: julian, pho
Revision Changes Path
1.481 +5 -0 src/sys/kern/vfs_bio.c