cvs commit: src/sys/net if_faith.c
Robert Watson
rwatson at FreeBSD.org
Tue Mar 9 11:23:07 PST 2004
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
More information about the cvs-src
mailing list