git: kernel - Fix reentrant serialization in if_tun
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Aug 21 18:48:30 PDT 2010
commit 073629bbd16495c96894558012ab1f26d9b757c8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Aug 21 18:47:29 2010 -0700
kernel - Fix reentrant serialization in if_tun
* Fix an issue where a KNOTE() is called while the serializer is held,
resulting in nested serialization calls.
Summary of changes:
sys/net/tun/if_tun.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/073629bbd16495c96894558012ab1f26d9b757c8
--
DragonFly BSD source repository
More information about the Commits
mailing list