From: Casey Dahlin Date: Tue, 28 Jul 2009 17:29:05 +0000 (-0500) Subject: dlm: fix double-release of socket in error exit path X-Git-Tag: v2.6.32-rc1~646^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5711b8e5a437ca7d35321d19de568b4f76a7739;p=pandora-kernel.git dlm: fix double-release of socket in error exit path The last correction to the tcp_connect_to_sock error exit path, commit a89d63a159b1ba5833be2bef00adf8ad8caac8be, can free an already freed socket, due to collision with a previous (incomplete) attempt to fix the same issue, commit 311f6fc77c51926dbdfbeab0a5d88d70f01fa3f4. Signed-off-by: Casey Dahlin Signed-off-by: David Teigland --- Reading git-diff-tree failed