diff options
Diffstat (limited to 'include/net/sock.h')
| -rw-r--r-- | include/net/sock.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net/sock.h b/include/net/sock.h index 03a362568357..a6b9a8d1a6df 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -856,7 +856,7 @@ void sk_stream_write_space(struct sock *sk);  static inline void __sk_add_backlog(struct sock *sk, struct sk_buff *skb)  {  	/* dont let skb dst not refcounted, we are going to leave rcu lock */ -	skb_dst_force_safe(skb); +	skb_dst_force(skb);  	if (!sk->sk_backlog.tail)  		sk->sk_backlog.head = skb; |