]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e5cd95b31da20cbc027a9945ab17d0a556a8b77
tree140e8f6dfaedb55e717b7870177f388a72ece82d
parent04620cc7977cfe902f39e59af1d2fa7771b88ec8
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