From: Roland Dreier Date: Sun, 6 Sep 2009 03:24:49 +0000 (-0700) Subject: IB/mlx4: Annotate CQ locking X-Git-Tag: v2.6.32-rc1~736^2~1^6~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338a8fad27908f64a0d249cc9f5c7d4ddb7e5684;p=pandora-kernel.git IB/mlx4: Annotate CQ locking mlx4_ib_lock_cqs()/mlx4_ib_unlock_cqs() are helper functions that lock/unlock both CQs attached to a QP in the proper order to avoid AB-BA deadlocks. Annotate this so sparse can understand what's going on (and warn us if we misuse these functions). Signed-off-by: Roland Dreier --- Reading git-diff-tree failed