Re: [PATCH 4/7] [BRIDGE]: Kill clone argument to br_flood_*

2007-09-16 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Fri, 31 Aug 2007 17:09:14 +0800 [BRIDGE]: Kill clone argument to br_flood_* The clone argument is only used by one caller and that caller can clone the packet itself. This patch moves the clone call into the caller and kills the clone argument.

[PATCH 4/7] [BRIDGE]: Kill clone argument to br_flood_*

2007-08-31 Thread Herbert Xu
[BRIDGE]: Kill clone argument to br_flood_* The clone argument is only used by one caller and that caller can clone the packet itself. This patch moves the clone call into the caller and kills the clone argument. Signed-off-by: Herbert Xu [EMAIL PROTECTED] --- net/bridge/br_device.c |4