commit | ee16371e6c737684215ee10b4b9756b610d81272 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Tue Apr 16 11:07:11 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 14:13:02 2013 -0400 |
tree | 88854fd1b9497eae8f0f1197167b87ee947ac42b | |
parent | 542c2d832087aa78566be49aa4284779a0a687b3 [diff] |
net: sctp: sctp_inq: remove dead code sctp_inq is never kmalloced, since it's integrated into sctp_ep_common and only initialized from eps and assocs. Therefore, remove the dead code from there. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>