From: Michael S. Tsirkin Date: Thu, 22 Mar 2007 21:32:09 +0000 (-0700) Subject: IPoIB/cm: Fix reaping of stale connections X-Git-Tag: v2.6.21-rc5~46^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a596dab7c82bdfa5ee7abcee8e0ce385d4ef21;p=pandora-kernel.git IPoIB/cm: Fix reaping of stale connections The sense of the time_after_eq() test in ipoib_cm_stale_task() is reversed so that only non-stale connections are reaped. Fix this by changing to time_before_eq(). Noticed by Pradeep Satyanarayana . Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed