kernel - Fix reentrant serialization in if_tun
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 22 Aug 2010 01:47:29 +0000 (18:47 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 22 Aug 2010 01:47:29 +0000 (18:47 -0700)
commit073629bbd16495c96894558012ab1f26d9b757c8
tree1ce3e81b73acb429db390c8a900438d730497d6f
parent620e212ae10726be0c20816548bc3a0ba57d7d12
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.
sys/net/tun/if_tun.c