Re: [PATCH 1/3] bridge: eliminate call by reference

2007-03-27 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 20 Mar 2007 14:12:51 -0700 > > Change the bridging hook to be simple function with return value > rather than modifying the skb argument. This could generate better > code and is cleaner. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTE

[PATCH 1/3] bridge: eliminate call by reference

2007-03-20 Thread Stephen Hemminger
Change the bridging hook to be simple function with return value rather than modifying the skb argument. This could generate better code and is cleaner. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- include/linux/if_bridge.h |3 ++- net/bridge/br_input.c | 20 +-