aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-09 03:02:35 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-10-09 03:02:35 -0400
commit1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch)
tree47da3feee8e263e8c9352c85cf518e624be3c211 /include/net/sock.h
parent750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff)
parent8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff)
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h2
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);
856static inline void __sk_add_backlog(struct sock *sk, struct sk_buff *skb) 856static inline void __sk_add_backlog(struct sock *sk, struct sk_buff *skb)
857{ 857{
858 /* dont let skb dst not refcounted, we are going to leave rcu lock */ 858 /* dont let skb dst not refcounted, we are going to leave rcu lock */
859 skb_dst_force_safe(skb); 859 skb_dst_force(skb);
860 860
861 if (!sk->sk_backlog.tail) 861 if (!sk->sk_backlog.tail)
862 sk->sk_backlog.head = skb; 862 sk->sk_backlog.head = skb;