commit | 0884d7aa24e15e72b3c07f7da910a13bb7df3592 | [log] [tgz] |
---|---|---|
author | Alexey Moiseytsev <himeraster@gmail.com> | Mon Nov 21 13:35:25 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 26 16:34:22 2011 -0500 |
tree | 0b7257890d1e5a960f3205f94ab0a4d628ce7c3a | |
parent | 83b98fb46ff136945f9d06a9bf6e6aae2ffc37b3 [diff] |
AF_UNIX: Fix poll blocking problem when reading from a stream socket 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>