svcrpc: don't byte-swap sk_reclen in place
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 3 Dec 2012 21:11:13 +0000 (16:11 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 4 Dec 2012 12:47:23 +0000 (07:47 -0500)
Byte-swapping in place is always a little dubious.

Let's instead define this field to always be big-endian, and do the
swapping on demand where we need it.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found