commit | 120693d12cde0cc735d784c951b53381efec918f | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Thu Apr 24 14:17:21 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:46 2008 -0500 |
tree | 99e5cb62caab24de1b89ee82280de8eeae1ceb20 | |
parent | 9d6347acd2134373c3a4c65a4d43e4f1d59aa012 [diff] |
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 <tom@opengridcomputing.com>