From: Steve Wise Date: Wed, 7 Mar 2012 22:48:46 +0000 (-0600) Subject: RDMA/cxgb3: Don't pass irq flags to flush_qp() X-Git-Tag: v3.4-rc1~169^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4106ce635830201fad1bfca731a635beab6a72;p=pandora-kernel.git RDMA/cxgb3: Don't pass irq flags to flush_qp() 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed