Date: Mon, 15 Aug 2005 02:54:29 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridgestp.c Message-ID: <200508150254.j7F2sTaL007217@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-08-15 02:54:29 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Ensure that we are holding the lock when initialising the bridge interface. We could initialise while unlocked if the bridge is not up when setting the inet address, ether_ioctl() would call bridge_init. Change it so bridge_init is always called unlocked and then locks before calling bstp_initialization(). Reported by: Michal Mertl Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.5 +2 -0 src/sys/net/bridgestp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508150254.j7F2sTaL007217>