- Don't dispatch bridge 'get' ioctl to netisr0, there are copyouts down
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 19 Jun 2008 11:33:07 +0000 (11:33 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 19 Jun 2008 11:33:07 +0000 (11:33 +0000)
commit0b326f64948413a723f3d5f675cefcdaa22f506a
tree754f331a9418964836a1a669851191e5c3d00d3f
parent281b4fa89b3a5b5c9d8a5e2bdcbdef7227cceb51
- Don't dispatch bridge 'get' ioctl to netisr0, there are copyouts down
  deep inside certain bridge ioctl functions.  Add comment about it.
- Dispatch bridge 'set' ioctl to netisr0, i.e. 'set' ioctls are serialized
  by netisr0.
sys/net/bridge/if_bridge.c