Date: Tue, 9 Mar 2004 11:23:06 -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_faith.c Message-ID: <200403091923.i29JN6x4082104@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004/03/09 11:23:06 PST FreeBSD src repository Modified files: sys/net if_faith.c Log: Introduce faith_mtx to protect the if_faith global softc list. Push if_faith softc destruction logic into faith_destroy() so that it can be called after softc list removal in both the clone destroy and module unload paths. Revision Changes Path 1.26 +27 -7 src/sys/net/if_faith.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403091923.i29JN6x4082104>