commit | ec924b4726e3df000d3ac7ae10cb8ef1adcd60ca | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Mon Jul 17 18:20:51 2006 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Jul 23 15:16:03 2006 -0700 |
tree | accdb41bc62c0c60a209dad677fc04e4f1ddd132 | |
parent | abb5a5cc6bba1516403146c5b79036fe843beb70 [diff] |
IB/uverbs: Fix unlocking in error paths ib_uverbs_create_ah() and ib_uverbs_create_srq() did not release the PD's read lock in their error paths, which lead to deadlock when destroying the PD. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>