diff options
author | David Barksdale <amatus@amatus.name> | 2014-08-13 18:11:53 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-08-13 18:11:53 -0500 |
commit | 3918522a523adc3f001cf9c5da327d8fb383c26e (patch) | |
tree | 424b4a37d021e6a5fd02c3abbf9b6a054e469208 /net/ipv4/tcp.c | |
parent | f05c100b6a7051106229cda5a845e94e36e71b17 (diff) |
gpl-source-mybooklive-020202.zipgpl-source-mybooklive-020202.zipgpl-source-mybooklive-02.03.01-028.zipgpl-source-mybooklive-02.03.01-024.zip
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index b66a1d32de4..72fa141d17d 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -658,13 +658,10 @@ ssize_t tcp_splice_read(struct socket *sock, loff_t *ppos, } if (sk->sk_shutdown & RCV_SHUTDOWN) { - -/* SH - 04/15/11 - removed print, these were filling up logs in some environments printk(KERN_ERR "%s:%s:%d\n" "breaking %d\n", __FUNCTION__, __FILE__, __LINE__, ret); -*/ break; } if (sk->sk_state == TCP_CLOSE) { |