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:
a30bb96
)
IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()
author
Roland Dreier
<rolandd@cisco.com>
Mon, 10 Apr 2006 16:43:59 +0000
(09:43 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Mon, 10 Apr 2006 16:43:59 +0000
(09:43 -0700)
We know ipoib_flush_paths() is called from plain process context with
interrupts enabled, since it does wait_for_completion(). So there's
no need to use spin_lock_irqsave() -- spin_lock_irq() is fine.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found