commit | 6a72ae2e23922bc96e8f3de24a5203be6edc2539 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Dec 03 16:35:35 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 04 07:49:06 2012 -0500 |
tree | fbcaebe3db5d030ddf8c0ad4cadf936281117360 | |
parent | ad46ccf09440975618e8fc1ead53d0a27b9bcf4c [diff] |
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>