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:
6b21d18
)
RDMA/cxgb3: Don't pass irq flags to flush_qp()
author
Steve Wise
<swise@opengridcomputing.com>
Wed, 7 Mar 2012 22:48:46 +0000
(16:48 -0600)
committer
Roland Dreier
<roland@purestorage.com>
Wed, 7 Mar 2012 23:12:45 +0000
(15:12 -0800)
Since flush_qp() is always called with irqs disabled, all the locking
inside flush_qp() and __flush_qp() doesn't need irq save/restore.
Further, passing the flag variable from iwch_modify_qp() is just wrong
and causes a WARN_ON() in local_bh_enable().
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found