From: Steve Wise Date: Fri, 23 Jul 2010 19:12:37 +0000 (+0000) Subject: RDMA/cxgb4: Set/reset the EP timer inside EP lock X-Git-Tag: v2.6.36-rc1~492^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca5a22028d0845dd6bcce0dce12a7beda315baf0;p=pandora-kernel.git RDMA/cxgb4: Set/reset the EP timer inside EP lock Endpoint timer manipulation needs to be done inside the lock. Otherwise we can get into a situation where a timer is stopped before it is started, which hits the WARN_ON() in stop_ep_timer(). Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed