tcp: Kill extraneous SPLICE_F_NONBLOCK checks.
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Jan 2009 08:59:00 +0000 (00:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jan 2009 08:59:00 +0000 (00:59 -0800)
In splice TCP receive, the SPLICE_F_NONBLOCK flag is used
to compute the "timeo" value.  So checking it again inside
of the main receive loop to trigger -EAGAIN processing is
entirely unnecessary.

Noticed by Jarek P. and Lennert Buytenhek.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found