Re: more locks..
Bill Studenmund <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.smp |
|---|---|
| Message-ID | <Pine.NEB.4.33.0302021539170.9389-100000@vespasia.home-net.icnt.net> |
On Sun, 2 Feb 2003, Paul Kranenburg wrote: > I've looked into making several kernel modules MP-safer. Attached is > a set of diffs for the buffer cache (mostly vfs_bio.c) for your > inspection. With this patch, my 2-cpu machine can run the buffer cache > code concurrently, although I didn't push it very hard (just ffs & lfs > on a scsi disk). Ok, the obvious question is how can you tell it's concurrent access? [looks intersting...] Take care, Bill