delphij 2007-06-08 07:05:08 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
In getblk(), before gbincore(), use BO_LOCK directly when locking
the bufobj, rather than using VI_LOCK, like what was done with
revision 1.453.
Revision Changes Path
1.525 +2 -2 src/sys/kern/vfs_bio.c