Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Wed Apr 16 05:29:45 UTC 2025
Modified Files:
src/sys/net: if_bridge.c
Log Message:
bridge: avoid a race condition on stopping callout
Without BRIDGE_LOCK, the callout can be scheduled after callout_halt.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/sys/net/if_bridge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index