af_unix: do not report POLLOUT on listeners
poll(POLLOUT) on a listener should not report fd is ready for a write(). This would break some applications using poll() and pfd.events = -1, as they would not block in poll() Signed-off-by: NEric Dumazet <edumazet@google.com> Reported-by: NAlan Burlison <Alan.Burlison@oracle.com> Tested-by: NEric Dumazet <edumazet@google.com> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
Showing
想要评论请 注册 或 登录