kernel - Fix netgraph MP race
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 18 May 2011 01:54:00 +0000 (18:54 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 18 May 2011 01:54:00 +0000 (18:54 -0700)
commit424cdb20c52c9ecc5499475f97103aa7450a391e
treeee3b3fcb1f62239c62fc4fda4f855ddd6d766617
parent14dc24a336b551e5bc6bb8bf60bb6c753888b144
kernel - Fix netgraph MP race

* Fix a netgraph MP race due to netgraph not acquiring required tokens
  when manipulating the socket's sockbuf structure.

Reported-by: Francois Tigeot <ftigeot@wolfpond.org>
sys/netgraph/socket/ng_socket.c