ariff       2008-05-28 14:45:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/sound/pcm    dsp.c 
  Log:
  MFC (revision 1.109, requested by kib):
  
  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.107.2.1  +7 -0      src/sys/dev/sound/pcm/dsp.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to