From: Al Viro Date: Tue, 21 Nov 2006 01:04:10 +0000 (-0800) Subject: [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. X-Git-Tag: v2.6.20-rc1~34^2~40^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ef7fecea40c5e4c0dfe35bed3f0ed8da554cf5;p=pandora-kernel.git [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. Part 1: rename sctp_chunk->source, sctp_sockaddr_entry->a, sctp_transport->ipaddr and sctp_transport->saddr (to ..._h) The next patch will reintroduce these fields and keep them as net-endian mirrors of the original (renamed) ones. Split in two patches to make sure that we hadn't forgotten any instanes. Later in the series we'll eliminate uses of host-endian variants (basically switching users to net-endian counterparts as we progress through that mess). Then host-endian ones will die. Other embedded host-endian sctp_addr will be easier to switch directly, so we leave them alone for now. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed