aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet
diff options
context:
space:
mode:
authorHimangi Saraogi <himangi774@gmail.com>2014-08-20 23:14:10 +0530
committerDavid S. Miller <davem@davemloft.net>2014-08-22 12:23:11 -0700
commitc72c95a064e55923c5dd050d099e51ac550f29a2 (patch)
tree8b6f1a9b6d913b49266f7b2073b3c8781ef96fd1 /net/decnet
parentdn_dev: Use time_before (diff)
downloadlinux-dev-c72c95a064e55923c5dd050d099e51ac550f29a2.tar.xz
linux-dev-c72c95a064e55923c5dd050d099e51ac550f29a2.zip
ipconfig: Use time_before
The functions time_before, time_before_eq, time_after, and time_after_eq are more robust for comparing jiffies against other values. A simplified version of the Coccinelle semantic patch making this change is as follows: @change@ expression E1,E2; @@ - jiffies - E1 < E2 + time_before(jiffies, E1+E2) Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/decnet')
0 files changed, 0 insertions, 0 deletions