[PATCH] /dev/epoll update ( bugfix ) ...

Davide Libenzi (davidel@xmailserver.org)
Mon, 17 Sep 2001 20:13:33 -0700 (PDT)


There's a simple but important fix in net/ipv4/tcp.c:tcp_write_space
where the call to sock_wake_async has been changed to sk_wake_async.
Since sock_wake_async does not contain the call to the event dispatch code,
it's easier to flush the Alan's patch queue than to receive POLLOUTs.
I fixed it at the end of July but I think I screwed up thing in my /patch folder.
The new patch is here :

http://www.xmailserver.org/linux-patches/nio-improve.html

- Davide

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/