commit | 05a0826a6e6d95ab6e9c3e4a10b58e10f233cc2b | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Fri Apr 25 14:11:31 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:47 2008 -0500 |
tree | 85355af360f6da6410bee37ba662c59b58e928d4 | |
parent | 120693d12cde0cc735d784c951b53381efec918f [diff] |
svcrdma: Free context on ib_post_recv error If there is an error posting the recv WR to the RQ, free the context associated with the WR. This would leak a context when asynchronous errors occurred on the transport while conccurent threads were processing their RPC. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>