X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fipv4%2Ftcp_minisocks.c;h=05c1b155251d39d2e559d050f1e191f51f32b3e0;hb=5142c33ed86acbcef5c63a63d2b7384b9210d39f;hp=ca788ada5bd3619f2db2b3865e6469eb7c60f015;hpb=97e18dc007546fce8e99098480b921a02ebb3037;p=karo-tx-linux.git diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index ca788ada5bd3..05c1b155251d 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c @@ -745,7 +745,7 @@ int tcp_child_process(struct sock *parent, struct sock *child, skb->len); /* Wakeup parent, send SIGIO */ if (state == TCP_SYN_RECV && child->sk_state != state) - parent->sk_data_ready(parent, 0); + parent->sk_data_ready(parent); } else { /* Alas, it is possible again, because we do lookup * in main socket hash table and lock on listening