]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce faith_mtx to protect the if_faith global softc list.
authorRobert Watson <rwatson@FreeBSD.org>
Tue, 9 Mar 2004 19:23:06 +0000 (19:23 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Tue, 9 Mar 2004 19:23:06 +0000 (19:23 +0000)
commitf5529ff4ce9c26dbd4daf500af8a528c773b33a2
tree5743f3bb6cfced802b5012a83e5038bc924598bd
parent3e7791af10649b2f6a29b5854b21f2d704e8d22f
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.
sys/net/if_faith.c