svn commit: r187978 - user/thompsa/usb/sys/dev/usb2/ethernet

M. Warner Losh imp at bsdimp.com
Sun Feb 1 13:30:30 PST 2009


In message: <200902010650.n116obU1045871 at svn.freebsd.org>
            Andrew Thompson <thompsa at FreeBSD.org> writes:
: +	locked = mtx_owned(&sc->sc_mtx);
: +	if (!locked)
: +		AUE_LOCK(sc);

You do know this is racy, right?

Warner


More information about the svn-src-user mailing list