]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - net/ipv4/tcp_input.c
vfs: do bulk POLL* -> EPOLL* replacement
[zynq/linux.git] / net / ipv4 / tcp_input.c
index cfa51cfd2d999342018aee3511d5760a17b1493b..575d3c1fb6e835e225834ca45f58b74ea29e000b 100644 (file)
@@ -315,7 +315,7 @@ static void tcp_sndbuf_expand(struct sock *sk)
 
        /* Fast Recovery (RFC 5681 3.2) :
         * Cubic needs 1.7 factor, rounded to 2 to include
-        * extra cushion (application might react slowly to POLLOUT)
+        * extra cushion (application might react slowly to EPOLLOUT)
         */
        sndmem = ca_ops->sndbuf_expand ? ca_ops->sndbuf_expand(sk) : 2;
        sndmem *= nr_segs * per_mss;