patch-2.1.87 linux/net/bridge/br.c

Next file: linux/net/core/dev.c
Previous file: linux/mm/memory.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.86/linux/net/bridge/br.c linux/net/bridge/br.c
@@ -1386,7 +1386,7 @@
 
 static int br_drop(struct sk_buff *skb)
 {
-	kfree_skb(skb, 0);
+	kfree_skb(skb);
 	return(1);
 }
 
@@ -1396,7 +1396,7 @@
 
 static int br_dev_drop(struct sk_buff *skb)
 {
-	dev_kfree_skb(skb, 0);
+	dev_kfree_skb(skb);
 	return(1);
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov