From: Eliezer Tamir Date: Tue, 2 Jul 2013 20:22:47 +0000 (+0300) Subject: net: convert lls to use time_in_range() X-Git-Tag: v3.11-rc1~64^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc2774d866444c5b316fd1dc2b782f20c762cf4;p=pandora-kernel.git net: convert lls to use time_in_range() Time in range will fail safely if we move to a different cpu with an extremely large clock skew. Add time_in_range64() and convert lls to use it. changelog: v2 - fixed double call to sched_clock in can_poll_ll - fixed checkpatchisms Signed-off-by: Eliezer Tamir Signed-off-by: David S. Miller --- Reading git-diff-tree failed