From: J. Bruce Fields Date: Mon, 3 Dec 2012 21:11:13 +0000 (-0500) Subject: svcrpc: don't byte-swap sk_reclen in place X-Git-Tag: v3.8-rc1~20^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc248d4b1ddf05fefc1373d9d7a4dd1df71b6190;p=pandora-kernel.git 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 --- Reading git-diff-tree failed