Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168966
b: refs/heads/master
c: bbf31bf
h: refs/heads/master
v: v3
  • Loading branch information
David Ford authored and David S. Miller committed Nov 30, 2009
1 parent 0299965 commit 68c7d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98468efddb101f8a29af974101c17ba513b07be1
refs/heads/master: bbf31bf18d34caa87dd01f08bf713635593697f2
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ static int ip_frag_reasm(struct ipq *qp, struct sk_buff *prev,
printk(KERN_INFO "Oversized IP packet from %pI4.\n",
&qp->saddr);
out_fail:
IP_INC_STATS_BH(dev_net(dev), IPSTATS_MIB_REASMFAILS);
IP_INC_STATS_BH(net, IPSTATS_MIB_REASMFAILS);
return err;
}

Expand Down

0 comments on commit 68c7d01

Please sign in to comment.