Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202946
b: refs/heads/master
c: 841a594
h: refs/heads/master
v: v3
  • Loading branch information
Shan Wei authored and Patrick McHardy committed Jun 14, 2010
1 parent cd7505f commit 09bcbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c86ee67c7c4bbab2818f653eb00a70671821624a
refs/heads/master: 841a5940eb872d70dad2b9ee7f946d8fd13a8c22
3 changes: 1 addition & 2 deletions trunk/net/ipv6/netfilter/nf_conntrack_reasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ nf_ct_frag6_reasm(struct nf_ct_frag6_queue *fq, struct net_device *dev)
skb_shinfo(head)->frag_list = head->next;
skb_reset_transport_header(head);
skb_push(head, head->data - skb_network_header(head));
atomic_sub(head->truesize, &nf_init_frags.mem);

for (fp=head->next; fp; fp = fp->next) {
head->data_len += fp->len;
Expand All @@ -452,8 +451,8 @@ nf_ct_frag6_reasm(struct nf_ct_frag6_queue *fq, struct net_device *dev)
else if (head->ip_summed == CHECKSUM_COMPLETE)
head->csum = csum_add(head->csum, fp->csum);
head->truesize += fp->truesize;
atomic_sub(fp->truesize, &nf_init_frags.mem);
}
atomic_sub(head->truesize, &nf_init_frags.mem);

head->next = NULL;
head->dev = dev;
Expand Down

0 comments on commit 09bcbea

Please sign in to comment.