From: J. Bruce Fields Date: Mon, 3 Dec 2012 21:35:35 +0000 (-0500) Subject: svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk X-Git-Tag: v3.8-rc1~20^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a72ae2e23922bc96e8f3de24a5203be6edc2539;p=pandora-kernel.git svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk The full reclen doesn't include the fragment header, but sk_tcplen does. Fix this to make it an apples-to-apples comparison. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed