Date: Wed, 14 Sep 2005 01:34:14 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sndstat.c Message-ID: <200509140134.j8E1YExZ006209@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2005-09-14 01:34:14 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sndstat.c Log: Fix module unload panic which was caused by missing sx lock release. While I'm here add KASSERT(9) to notify failure of SYSUNINIT handler. Reported by: Ben Kaduk < minimarmot AT gmail DOT com > Tested by: Ben Kaduk < minimarmot AT gmail DOT com > Revision Changes Path 1.21 +5 -1 src/sys/dev/sound/pcm/sndstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509140134.j8E1YExZ006209>