From: Robert P. J. Day Date: Thu, 17 Apr 2008 04:09:28 +0000 (-0700) Subject: IB/ipath: Fix time comparison to use time_after_eq() X-Git-Tag: v2.6.26-rc1~1156^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b8128fd3b0966830ee90f1162173d07cb496a0;p=pandora-kernel.git IB/ipath: Fix time comparison to use time_after_eq() Raw comparison against jiffies will fail if jiffies wraps, although since ipath currently only supports 64-bit architectures, this is rather far-fetched. Still, it's better to use time_after_eq(). Signed-off-by: Robert P. J. Day Signed-off-by: Roland Dreier --- Reading git-diff-tree failed