AF_UNIX: Fix poll blocking problem when reading from a stream socket
authorAlexey Moiseytsev <himeraster@gmail.com>
Mon, 21 Nov 2011 13:35:25 +0000 (13:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Nov 2011 21:34:22 +0000 (16:34 -0500)
poll() call may be blocked by concurrent reading from the same stream
socket.

Signed-off-by: Alexey Moiseytsev <himeraster@gmail.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found