Merge tag 'for-3.5' of git://openrisc.net/jonas/linux
[firefly-linux-kernel-4.4.55.git] / net / x25 / x25_dev.c
index f0ce862d1f46309b5482e7594be438e6744e2566..a8a236338e61e8c0de3b1d72a00186314dafb487 100644 (file)
@@ -58,7 +58,7 @@ static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb)
                if (!sock_owned_by_user(sk)) {
                        queued = x25_process_rx_frame(sk, skb);
                } else {
-                       queued = !sk_add_backlog(sk, skb);
+                       queued = !sk_add_backlog(sk, skb, sk->sk_rcvbuf);
                }
                bh_unlock_sock(sk);
                sock_put(sk);