cvs commit: src/sys/net/tun if_tun.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 1 13:17:54 PST 2005
dillon 2005/12/01 13:15:54 PST
DragonFly src repository
Modified files:
sys/net/tun if_tun.c
Log:
Do not hold the ifnet serializer when entering tsleep() in the PPP TUN
interface code. This can deadlock the network protocol threads.
Reported-by: Stefan Krueger
Revision Changes Path
1.26 +3 -3 src/sys/net/tun/if_tun.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/tun/if_tun.c.diff?r1=1.25&r2=1.26&f=u
More information about the Commits
mailing list