Signed-off-by: Ralf Baechle net/rose/af_rose.c | 2 ++ 1 file changed, 2 insertions(+) Index: linux-net/net/rose/af_rose.c =================================================================== --- linux-net.orig/net/rose/af_rose.c +++ linux-net/net/rose/af_rose.c @@ -877,6 +877,8 @@ static int rose_accept(struct socket *so lock_sock(sk); continue; } + current->state = TASK_RUNNING; + remove_wait_queue(sk->sk_sleep, &wait); return -ERESTARTSYS; } current->state = TASK_RUNNING; -- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html