git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0058a3
)
sctp: update transport initializations
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:10 +0000
(22:41 -0400)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:10 +0000
(22:41 -0400)
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>
No differences found