From: J. Bruce Fields Date: Sat, 9 Apr 2011 14:03:10 +0000 (-0400) Subject: svcrpc: complete svsk processing on cb receive failure X-Git-Tag: v3.0-rc1~8^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8985ef0b8af895c3b85a8c1b7108e0169fcbd20b;p=pandora-kernel.git svcrpc: complete svsk processing on cb receive failure Currently when there's some failure to receive a callback (because we couldn't find a matching xid, for example), we exit svc_recv with sk_tcplen still set but without any pages saved with the socket. This will cause a crash later in svc_tcp_restore_pages. Instead, make sure we reset that tcp information whether the callback received failed or succeeded. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed