cvs commit: src/sys/kern vfs_bio.c

Poul-Henning Kamp phk at phk.freebsd.dk
Fri Mar 21 03:08:47 PDT 2008


In message <200803211000.m2LA05KN096467 at repoman.freebsd.org>, Jeff Roberson wri
tes:
>jeff        2008-03-21 10:00:05 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/kern             vfs_bio.c 
>  Log:
>   - Reduce contention on the global bdonelock and bpinlock by using
>     a pool mutex to protect these sleep/wakeup/counter races.  This
>     still is preferable to bloating each bio with a mtx.

Shouldn't this be the BOLOCK ?

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-src mailing list