- Nuke the second parameter of bridge_stop(). This kind of stop interface
commit0c7501cd36fecf53ec58f89179be3864864d0040
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 2 Jun 2007 12:51:48 +0000 (2 12:51 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 2 Jun 2007 12:51:48 +0000 (2 12:51 +0000)
treeb2f18a22ad77201e32cde958ab95172dbbb6f643
parent9bf019cd8e3d396943cac46242bf0b0e8cea8519
- Nuke the second parameter of bridge_stop().  This kind of stop interface
  is never adopted by DragonFly.
- In bridge_ioctl():
  o  Use suser_ucred() instead of suser(), since ucred is passed to us.
  o  Correct comment and nuke unapplicable comment.
- In bridge_start():
  o  Move stack variables near their usage.
  o  Make sure that ether_header is contiguous in mbuf before accessing it.
- Add serializer assertion at the beginning of all ifnet functions.
- Minor style changes.
sys/net/bridge/if_bridge.c