commit | b9ef520f9caf20aba8ac7cb2bbba45b52ff19d53 | [log] [tgz] |
---|---|---|
author | Sean Hefty <sean.hefty@intel.com> | Fri Aug 19 13:46:34 2005 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Aug 26 20:37:38 2005 -0700 |
tree | b5e81a95dc8a9a099b85af13c476bf35d49ba56c | |
parent | 4ce059378c04b40c2e9f658b1c6a2e9078b85c7c [diff] |
[PATCH] IB: fix userspace CM deadlock Fix deadlock condition resulting from trying to destroy a cm_id from the context of a CM thread. The synchronization around the ucm context structure is simplified as a result, and some simple code cleanup is included. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>