Commit 4c664ca5 authored by Alexey Kuznetsov's avatar Alexey Kuznetsov Committed by David S. Miller

[UDP]: Delete buggy assertion.

parent e192426f
......@@ -520,9 +520,6 @@ int udp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
if (likely(up->pending))
goto do_append_data;
release_sock(sk);
NETDEBUG(if (net_ratelimit()) printk(KERN_DEBUG "udp cork app bug 1\n"));
return -EINVAL;
}
ulen += sizeof(struct udphdr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment