Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309490
b: refs/heads/master
c: 617c8c1
h: refs/heads/master
v: v3
  • Loading branch information
Felix Fietkau authored and David S. Miller committed May 29, 2012
1 parent 71b55ee commit 38d3546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 79fba9f51755c704c0a7d7b7f0df10874dc0a744
refs/heads/master: 617c8c11236716dcbda877e764b7bf37c6fd8063
2 changes: 0 additions & 2 deletions trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -1896,8 +1896,6 @@ static inline int __skb_cow(struct sk_buff *skb, unsigned int headroom,
{
int delta = 0;

if (headroom < NET_SKB_PAD)
headroom = NET_SKB_PAD;
if (headroom > skb_headroom(skb))
delta = headroom - skb_headroom(skb);

Expand Down

0 comments on commit 38d3546

Please sign in to comment.