aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/skbuff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 0e501714d47f..b534a1be540a 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -1896,8 +1896,6 @@ static inline int __skb_cow(struct sk_buff *skb, unsigned int headroom,
1896{ 1896{
1897 int delta = 0; 1897 int delta = 0;
1898 1898
1899 if (headroom < NET_SKB_PAD)
1900 headroom = NET_SKB_PAD;
1901 if (headroom > skb_headroom(skb)) 1899 if (headroom > skb_headroom(skb))
1902 delta = headroom - skb_headroom(skb); 1900 delta = headroom - skb_headroom(skb);
1903 1901