svcrpc: delay minimum-rpc-size check till later
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 3 Dec 2012 21:30:42 +0000 (16:30 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 4 Dec 2012 12:47:58 +0000 (07:47 -0500)
commitad46ccf09440975618e8fc1ead53d0a27b9bcf4c
tree8f37c936d4753dc815fdc6d47f0ee240621b9736
parentcc248d4b1ddf05fefc1373d9d7a4dd1df71b6190
svcrpc: delay minimum-rpc-size check till later

Soon we want to support multiple fragments, in which case it may be
legal for a single fragment to be smaller than 8 bytes, so we'll want to
delay this check till we've reached the last fragment.

Also fix an outdated comment.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svcsock.c