git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae57e24
)
[IB] umad: further ib_unregister_mad_agent() deadlock fixes
author
Roland Dreier
<rolandd@cisco.com>
Thu, 10 Nov 2005 18:18:23 +0000
(10:18 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 10 Nov 2005 18:22:51 +0000
(10:22 -0800)
The previous umad deadlock fix left ib_umad_kill_port() still
vulnerable to deadlocking. This patch fixes that by downgrading our
lock to a read lock when we might end up trying to reacquire the lock
for reading.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found