看板 DFBSD_commit 關於我們 聯絡資訊
commit 073629bbd16495c96894558012ab1f26d9b757c8 Author: Matthew Dillon <dillon@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