Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369318
b: refs/heads/master
c: 1298ca4
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 19, 2013
1 parent 25de487 commit 294d195
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: 0ebd0ac5ff01ebf412e1bd3c33620ef7ffc5d866
refs/heads/master: 1298ca4671acb10310baa550ed044c553e3a3387
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation)
{
int delta;

skb_orphan(skb);
WARN_ON(skb->sk != NULL);

delta = skb->end - skb->tail;
if (delta * 2 < skb->truesize)
Expand Down

0 comments on commit 294d195

Please sign in to comment.