]> Git Repo - linux.git/commit
net: sctp: sctp_outq: remove 'malloced' from its struct
authorDaniel Borkmann <[email protected]>
Tue, 16 Apr 2013 11:07:12 +0000 (11:07 +0000)
committerDavid S. Miller <[email protected]>
Wed, 17 Apr 2013 18:13:02 +0000 (14:13 -0400)
commit165a4c31278c980862b2c2ddec408cf30341f3ec
tree556c9b4284952643f7f184088c9fe997ccc37eda
parentee16371e6c737684215ee10b4b9756b610d81272
net: sctp: sctp_outq: remove 'malloced' from its struct

sctp_outq is embedded into sctp_association, and thus never
kmalloced in any way. Also, malloced is always 0, thus kfree()
is never called. Therefore, remove that dead piece of code.

Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Neil Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/sctp/structs.h
net/sctp/outqueue.c
This page took 0.061111 seconds and 4 git commands to generate.