commit | ebac3800e5652063aa9491ef7fb4d57e089eb385 | [log] [tgz] |
---|---|---|
author | Bryan O'Sullivan <bos@pathscale.com> | Tue May 23 11:32:29 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue May 23 13:27:06 2006 -0700 |
tree | c925e75212ff309bdfaf6dfef7cbe9defb00c7fc | |
parent | 1faadface9c5d000bb16e42c89f24859337cf2db [diff] |
IB/ipath: fix spinlock recursion bug The local loopback path for RC can lock the rkey table lock without blocking interrupts. The receive interrupt path can then call ipath_rkey_ok() and deadlock. Remove the redundant lock. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>