From: Tom Tucker Date: Thu, 24 Apr 2008 19:17:21 +0000 (-0500) Subject: svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler X-Git-Tag: v2.6.26-rc4~90^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120693d12cde0cc735d784c951b53381efec918f;p=pandora-kernel.git svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler The svcrdma transport takes a reference when it gets the ESTABLISHED event from the provider. This reference is supposed to be removed when the DISCONNECT event is received, however, the call to svc_xprt_put was missing in the switch statement. This results in the memory associated with the transport never being freed. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed