diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /include/net/sock.h | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (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.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); | |||
856 | static inline void __sk_add_backlog(struct sock *sk, struct sk_buff *skb) | 856 | static 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; |