linux/net/phonet
WANG Cong d9dc8b0f8b net: fix sleeping for sk_wait_event()
Similar to commit 14135f30e3 ("inet: fix sleeping inside inet_wait_for_connect()"),
sk_wait_event() needs to fix too, because release_sock() is blocking,
it changes the process state back to running after sleep, which breaks
the previous prepare_to_wait().

Switch to the new wait API.

Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-14 13:17:21 -05:00
..
af_phonet.c
datagram.c
Kconfig
Makefile
pep-gprs.c net: use core MTU range checking in misc drivers 2016-10-20 14:51:10 -04:00
pep.c net: fix sleeping for sk_wait_event() 2016-11-14 13:17:21 -05:00
pn_dev.c
pn_netlink.c
socket.c sock: struct proto hash function may error 2016-02-11 03:54:14 -05:00
sysctl.c