Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 02:16:05 +0000 (UTC)
From:      Ariff Abdullah <ariff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/pcm dsp.c
Message-ID:  <200805270216.m4R2G5IU025791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805270216.m4R2G5IU025791>