patch-2.1.86 linux/net/core/profile.c

Next file: linux/net/core/rtnetlink.c
Previous file: linux/net/core/neighbour.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.85/linux/net/core/profile.c linux/net/core/profile.c
@@ -146,7 +146,7 @@
 static int whitehole_xmit(struct sk_buff *skb, struct device *dev)
 {
 	struct net_device_stats *stats;
-	dev_kfree_skb(skb, FREE_WRITE);
+	dev_kfree_skb(skb);
 	stats = (struct net_device_stats *)dev->priv;
 	stats->tx_packets++;
 	stats->tx_bytes+=skb->len;

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