commit | bf74c7479ef47652005a2418eeb0d867451690da | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Wed Jul 26 16:02:53 2006 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Aug 03 09:44:21 2006 -0700 |
tree | 699942351b2ef37285578a777fb86e7b1119ad18 | |
parent | 3f2792ffbd88dc1cd41d226674cc428914981e98 [diff] |
IB/mthca: Fix mthca_array_clear() thinko mthca_array_clear() does not clear the slot if the used count is positive. This leads to crashes in mthca_qp_event() since that uses mthca_array_get() to check that the qp is valid. Discovered by Ali Ayoub. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>