From: Vlad Yasevich Date: Tue, 5 Feb 2008 19:23:44 +0000 (-0500) Subject: [SCTP]: Make sure the chunk is off the transmitted list prior to freeing. X-Git-Tag: v2.6.25-rc1~7^2~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f9646c3d9f92a93b96c40e65c3d268baada842f;p=pandora-kernel.git [SCTP]: Make sure the chunk is off the transmitted list prior to freeing. In a few instances, we need to remove the chunk from the transmitted list prior to freeing it. This is because the free code doesn't do that any more and so we need to do it manually. Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed