- Nuke the second parameter of bridge_stop(). This kind of stop interface
commit867cc45a8d55cc3bf4a4c246f1bd7d87defc5313
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)
tree51fa665884f18d94083f02af61b4cc1fb3c8d321
parent27e9fed5b8df54f21c8ff6cb055cc281da40c3e3
- 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