cvs commit: src/sys/kern kern_conf.c vfs_subr.c src/sys/sys conf.h

Poul-Henning Kamp phk at phk.freebsd.dk
Thu Sep 30 23:42:13 PDT 2004


In message <Pine.BSF.4.53.0410010637560.46049 at e0-0.zab2.int.zabbadoz.net>, "Bjo
ern A. Zeeb" writes:
>On Fri, 1 Oct 2004, Poul-Henning Kamp wrote:
>
>> phk         2004-10-01 06:33:39 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     sys/kern             kern_conf.c vfs_subr.c
>>     sys/sys              conf.h
>>   Log:
>>   Fix a LOR relating to freeing cdevs.
>
>which one ? if it's not on "the LOR page" do you have a trace ?

I seriously doubt you've seen it without the patches I have in the
pipeline.  Basically the dev mutex was held during free() and that
called into pmap and hit a lock there.

-- 
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