svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 3 Dec 2012 21:35:35 +0000 (16:35 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 4 Dec 2012 12:49:06 +0000 (07:49 -0500)
commit6a72ae2e23922bc96e8f3de24a5203be6edc2539
treefbcaebe3db5d030ddf8c0ad4cadf936281117360
parentad46ccf09440975618e8fc1ead53d0a27b9bcf4c
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 <bfields@redhat.com>
net/sunrpc/svcsock.c
This page took 0.024054 seconds and 5 git commands to generate.