From: Allan Stephens Date: Tue, 19 Apr 2011 14:17:58 +0000 (-0400) Subject: tipc: Fix sk_buff leaks when link congestion is detected X-Git-Tag: v3.0-rc1~377^2~111^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bebc55aeffa72d8198e5c54cab9973a30e92f854;p=pandora-kernel.git tipc: Fix sk_buff leaks when link congestion is detected Modifies a TIPC send routine that did not discard the outgoing sk_buff if it was not transmitted because of link congestion; this eliminates the potential for buffer leakage in the many callers who did not clean up the unsent buffer. (The two routines that previously did discard the unsent buffer have been updated to eliminate their now-redundant clean up.) Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed