From: Roland Dreier Date: Tue, 30 Oct 2007 17:53:54 +0000 (-0700) Subject: IB/mlx4: Lock SQ lock in mlx4_ib_post_send() X-Git-Tag: v2.6.24-rc2~71^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96db0e0335c7981911bd7efc5c79e82d2358c0fc;p=pandora-kernel.git IB/mlx4: Lock SQ lock in mlx4_ib_post_send() 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 --- Reading git-diff-tree failed