commit | ca5a22028d0845dd6bcce0dce12a7beda315baf0 | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Fri Jul 23 19:12:37 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Aug 02 21:06:17 2010 -0700 |
tree | 240d5d5973dc07f0d2e3959794a446ac0ca93546 | |
parent | d4f1a5c6efabccd4b787a8b5907a5df9204ad2f6 [diff] |
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 <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>