Re: [PATCH 4/7] [BRIDGE]: Kill clone argument to br_flood_*
From: David Miller <davem@davemloft.net>
Date: 2007-09-16 23:21:01
From: David Miller <davem@davemloft.net>
Date: 2007-09-16 23:21:01
From: Herbert Xu <herbert@gondor.apana.org.au> 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. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Applied, thanks Herbert.