From: Tom Tucker Date: Fri, 25 Apr 2008 19:11:31 +0000 (-0500) Subject: svcrdma: Free context on ib_post_recv error X-Git-Tag: v2.6.26-rc4~90^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05a0826a6e6d95ab6e9c3e4a10b58e10f233cc2b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed