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: dyoung
Date: Sat Nov 24 07:43:32 UTC 2007
Modified Files:
src/sys/net: if_gre.c
Log Message:
Fix a bunch of locking bugs ("Mutex error: lockdebug_barrier: spin
lock held"): only hold a mutex briefly at the top and bottom of
gre_ioctl(). Use splnet() to synchronize reconfiguration with
network interrupts.
To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/sys/net/if_gre.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