Date: Wed, 1 Sep 2004 19:56:47 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200409011956.i81JulMC021305@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-09-01 19:56:47 UTC FreeBSD src repository Modified files: sys/net if.c Log: Fix an assertion when if_down()ing a ALTQ managed interface. The lock should have been in place all the time the mtx_assert in the ALTQ code just discovered the shortcoming. PR: i386/71195 Tested by: Bettan (PR originator), myself MFC after: 5 days Revision Changes Path 1.203 +2 -0 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409011956.i81JulMC021305>