Re: bridge nits

2018-12-11 Thread Alexander Bluhm
On Tue, Dec 11, 2018 at 03:17:46PM -0200, Martin Pieuchot wrote: > - Unify the two hooks by passing the same argument > - Check for nullity before dereferencing `if_bridgeport', this will > matter when we go MP > - Use the same pattern to find a member in the ioctl path > > ok? OK bluhm@ > vo

bridge nits

2018-12-11 Thread Martin Pieuchot
- Unify the two hooks by passing the same argument - Check for nullity before dereferencing `if_bridgeport', this will matter when we go MP - Use the same pattern to find a member in the ioctl path ok? Index: net/if_bridge.c === RC