- Nuke the second parameter of bridge_stop(). This kind of stop interface
commitf304ef529f5a5335983aa6b5592f7590aa8a00c8
authorsephe <sephe>
Sat, 2 Jun 2007 12:51:48 +0000 (2 12:51 +0000)
committersephe <sephe>
Sat, 2 Jun 2007 12:51:48 +0000 (2 12:51 +0000)
treefa4b65daf4b0e5a8a072bb532723ea3b5b250f98
parent99416a488d9171dc8cec961d6c3b31d95a59773e
- 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