From ddb61a57bb6df673986e6476407f97d28b02031f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 23 Jun 2007 23:07:50 -0700 Subject: [PATCH] [TCP] tcp_read_sock: Allow recv_actor() return return negative error value. tcp_read_sock() currently assumes that the recv_actor() only returns number of bytes copied. For network splice receive, we may have to return an error in some cases. So allow the actor to return a negative error value. Signed-off-by: Jens Axboe Signed-off-by: David S. Miller --- Reading git-format-patch failed