bridge-netfilter: update a comment in br_forward.c about ip_fragment() ip_refrag isn't used anymore in the bridge-netfilter code Signed-off-by: Bart De Schuymer <bdschuym@xxxxxxxxxx> --- linux-2.6.33/net/bridge/br_forward.c 2010-02-24 19:52:17.000000000 +0100 +++ linux-2.6.33-uml/net/bridge/br_forward.c 2010-03-30 09:45:27.000000000 +0200 @@ -37,7 +37,7 @@ int br_dev_queue_push_xmit(struct sk_buf if (packet_length(skb) > skb->dev->mtu && !skb_is_gso(skb)) kfree_skb(skb); else { - /* ip_refrag calls ip_fragment, doesn't copy the MAC header. */ + /* ip_fragment doesn't copy the MAC header */ if (nf_bridge_maybe_copy_header(skb)) kfree_skb(skb); else { -- Bart De Schuymer www.artinalgorithms.be -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html