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:
09f60f8
)
IB/mlx4: Lock SQ lock in mlx4_ib_post_send()
author
Roland Dreier
<rolandd@cisco.com>
Tue, 30 Oct 2007 17:53:54 +0000
(10:53 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 30 Oct 2007 17:53:54 +0000
(10:53 -0700)
Because of a typo, mlx4_ib_post_send() takes the same lock rq.lock as
mlx4_ib_post_recv(). Correct the code so the intended sq.lock is
taken when posting a send.
Noticed by Yossi Leybovitch and pointed out by Jack Morgenstein from
Mellanox.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found