cvs commit: src/sys/dev/sound/pcm dsp.c
Ariff Abdullah
ariff at FreeBSD.org
Tue May 27 02:16:06 UTC 2008
ariff 2008-05-27 02:16:05 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcm dsp.c
Log:
Release pcm mutex before calling snd_clone_unref(), which in turns might
calling destroy_dev() with sleepable malloc(9). The entire opetation
is being serialized through pcm cv from top down, so dropping mutex is
rather safe.
Reported by: delphij
Revision Changes Path
1.109 +7 -0 src/sys/dev/sound/pcm/dsp.c
More information about the cvs-all
mailing list