From: Daniel Borkmann Date: Tue, 16 Apr 2013 11:07:12 +0000 (+0000) Subject: net: sctp: sctp_outq: remove 'malloced' from its struct X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165a4c31278c980862b2c2ddec408cf30341f3ec;p=pandora-kernel.git 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 Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed