From: Erik Hugne Date: Mon, 7 Jul 2014 00:38:50 +0000 (-0400) Subject: tipc: fix a memleak when sending data X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70452dcb6d401349fbd6db55dfab112fb44639be;p=pandora-kernel.git tipc: fix a memleak when sending data This fixes a regression bug caused by: 067608e9d019d6477fd45dd948e81af0e5bf599f ("tipc: introduce direct iovec to buffer chain fragmentation function") If data is sent on a nonblocking socket and the destination link is congested, the buffer chain is leaked. We fix this by freeing the chain in this case. Signed-off-by: Erik Hugne Signed-off-by: Jon Maloy Acked-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed