Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122773
b: refs/heads/master
c: 49ad959
h: refs/heads/master
i:
  122771: 8c8d673
v: v3
  • Loading branch information
David S. Miller committed Dec 18, 2008
1 parent f06f617 commit db526dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 3b5b35d02264580950d1e1565431b99d97c20ded
refs/heads/master: 49ad9599d42da4787d5b3a19263440e0fcd4d1fc
6 changes: 1 addition & 5 deletions trunk/net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,7 @@ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)

skb->dev = NULL;
skb_set_owner_r(skb, sk);
/*
* release dst right now while its hot
*/
dst_release(skb->dst);
skb->dst = NULL;

/* Cache the SKB length before we tack it onto the receive
* queue. Once it is added it no longer belongs to us and
* may be freed by other threads of control pulling packets
Expand Down

0 comments on commit db526dd

Please sign in to comment.