9p: fix endian issues [attempt 3]
authorEric Van Hensbergen <ericvh@gmail.com>
Sat, 7 Feb 2009 06:07:41 +0000 (22:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 06:07:41 +0000 (22:07 -0800)
commitbeeebc92ee04bff6a722ebf85e23131faedd4479
tree140e8f6dfaedb55e717b7870177f388a72ece82d
parentb4bd07c20ba0c1fa7ad09ba257e0a5cfc2bf6bb3
9p: fix endian issues [attempt 3]

When the changes were done to the protocol last release, some endian
bugs crept in.  This patch fixes those endian problems and has been
verified to run on 32/64 bit and x86/ppc architectures.

This version of the patch incorporates the correct annotations
for endian variables.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/protocol.c