commit | cc248d4b1ddf05fefc1373d9d7a4dd1df71b6190 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Dec 03 16:11:13 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 04 07:47:23 2012 -0500 |
tree | 3ca18b5b45e666ff307ed440c5a1b6e38fc7b33b | |
parent | 6c1e82a4b74ad0c8b45c833a4409f153199d9be4 [diff] |
svcrpc: don't byte-swap sk_reclen in place 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>