commit | 5e38e270444f2629de7a706b5a9ca1b333d14517 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Jul 16 20:19:49 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 16 20:19:49 2008 -0700 |
tree | 774a15eb5ace315c0c5e06630e4ba3d24406b12f | |
parent | c6f8f7e3bb4b2c1886ef3743e8f24521f7a60abc [diff] [blame] |
mib: add net to IP_INC_STATS All the callers already have either the net itself, or the place where to get it from. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 7f39ea4..cd97574 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c
@@ -385,7 +385,7 @@ err = -EFAULT; kfree_skb(skb); error: - IP_INC_STATS(IPSTATS_MIB_OUTDISCARDS); + IP_INC_STATS(net, IPSTATS_MIB_OUTDISCARDS); return err; }