From: Vlad Yasevich Date: Sat, 1 May 2010 02:41:10 +0000 (-0400) Subject: sctp: update transport initializations X-Git-Tag: v2.6.35-rc1~473^2~287^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cf9b6bd93af1cc047d3356f1c6cc9367fe3731;p=pandora-kernel.git 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 --- Reading git-diff-tree failed