From: Herbert Xu Date: Sat, 27 Feb 2010 19:41:43 +0000 (+0000) Subject: bridge: Split may_deliver/deliver_clone out of br_flood X-Git-Tag: v2.6.34-rc1~233^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=025d89c27f54c69cd0e51666d88aada33666bb6c;p=pandora-kernel.git bridge: Split may_deliver/deliver_clone out of br_flood This patch moves the main loop body in br_flood into the function may_deliver. The code that clones an skb and delivers it is moved into the deliver_clone function. This allows this to be reused by the future multicast forward function. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed