]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Nov 2006 01:12:25 +0000 (17:12 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:26:51 +0000 (21:26 -0800)
commitd6343d43091ad1bb0ea54af02fb0dcda49144e0c
tree4cba2ea0f04c53d3f695bee61f164570a88633c9
parentef3db50f9746aa0703cb55277ba1e5549951fb22
[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.

both are done in one go since almost always we have result of
the latter immediately passed to the former.  Possibly non-obvious
note: sctp_process_param() is endian-agnostic

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/endpointola.c
net/sctp/sm_make_chunk.c
net/sctp/sm_statefuns.c