From: David S. Miller Date: Mon, 5 Jan 2009 08:59:00 +0000 (-0800) Subject: tcp: Kill extraneous SPLICE_F_NONBLOCK checks. X-Git-Tag: v2.6.29-rc1~502^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7945cc6464a4db0caf6dfacdfe05806051c4cb7b;p=pandora-kernel.git tcp: Kill extraneous SPLICE_F_NONBLOCK checks. 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 --- Reading git-diff-tree failed