From: Sean Hefty Date: Thu, 14 Dec 2006 19:22:19 +0000 (-0800) Subject: RDMA/ucma: Fix struct ucma_event leak when backlog is full X-Git-Tag: v2.6.20-rc5~31^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a5ec982e4cfa955f93c454debaefc4d61d2da6;p=pandora-kernel.git RDMA/ucma: Fix struct ucma_event leak when backlog is full We discard new connection requests while the listen backlog is full, but leak a struct ucma_event in the process. Free the structure in this case. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed