From: Ralph Campbell Date: Fri, 26 Oct 2007 15:02:39 +0000 (-0700) Subject: IB/ipath: Fix race with ACK retry timeout list management X-Git-Tag: v2.6.24-rc3~14^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ad1bcc4425a772ea584e1f24abadc64c2b839f;p=pandora-kernel.git IB/ipath: Fix race with ACK retry timeout list management When an ACK is received, the QP is removed from the timeout list and then if there are still pending send WQEs, the QP is put back on the timeout list. It is possible that another post send has put the QP on the timeout list thus, a check needs to be made before trying to do it again or the list is corrupted. Signed-off-by: Ralph Campbell Signed-off-by: Roland Dreier --- Reading git-diff-tree failed