Date: Tue, 9 Mar 2004 09:27:48 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_loop.c Message-ID: <200403091727.i29HRmgP055991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004/03/09 09:27:48 PST FreeBSD src repository Modified files: sys/net if_loop.c Log: Introduce lo_mtx to protect the global loopback softc list. I'm not really sure why we have a softc list for if_loop, given that it can't be unloaded, but that's an issue to revisit in the future as corrupting the softc list would still cause panics. Reviewed by: benno Revision Changes Path 1.94 +7 -1 src/sys/net/if_loop.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403091727.i29HRmgP055991>