Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel...
[firefly-linux-kernel-4.4.55.git] / net / llc / llc_conn.c
index ba137a6a224de73f2dc671ff93de11ab291520ee..0d0d416dfab674639ea750d20e86603544efa20a 100644 (file)
@@ -828,7 +828,7 @@ void llc_conn_handler(struct llc_sap *sap, struct sk_buff *skb)
        else {
                dprintk("%s: adding to backlog...\n", __func__);
                llc_set_backlog_type(skb, LLC_PACKET);
-               if (sk_add_backlog(sk, skb))
+               if (sk_add_backlog(sk, skb, sk->sk_rcvbuf))
                        goto drop_unlock;
        }
 out: