commit | f61f6f82c90cbaa85270f26b89e3309a8c6e2e88 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Mon Mar 02 09:46:13 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 02 22:49:18 2009 -0800 |
tree | 973fd185d1540014322153ba1b3fc8273590d8d6 | |
parent | c6db93a58f1745cfe1acc2e1a1d68afc3245eced [diff] |
sctp: use time_before or time_after for comparing jiffies The functions time_before or time_after are more robust for comparing jiffies against other values. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>