]> Pileus Git - ~andy/linux/commit
sctp: update transport initializations
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:10 +0000 (22:41 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:10 +0000 (22:41 -0400)
commitb2cf9b6bd93af1cc047d3356f1c6cc9367fe3731
tree2692be4d6237c1a9ebee27bd52bad7c418fa06f9
parentc0058a35aacc79406e867ec33c5cb75624fd5860
sctp: update transport initializations

Right now, sctp transports are not fully initialized and when
adding any new fields, they have to be explicitely initialized.
This is prone to mistakes.  So we switch to calling kzalloc()
which makes things much simpler.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
include/net/sctp/sctp.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/transport.c