From: Shani Moideen <[EMAIL PROTECTED]>
Date: Wed, 25 Apr 2007 11:30:13 +0530
> Replacing (jiffies - errtime < TIMEOUT) with time_before in net/ipv4/ipip.c
>
> thanks.
>
> Signed-off-by: Shani Moideen <[EMAIL PROTECTED]>
The test you are replacing actually gives a larger window
of acceptance th
Hi,
Replacing (jiffies - errtime < TIMEOUT) with time_before in net/ipv4/ipip.c
thanks.
Signed-off-by: Shani Moideen <[EMAIL PROTECTED]>
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c
index 3ec5ce0..d2bc835 100644
--- a/net/ipv4/ipip.c
+++ b/net/ipv4/ipip.c
@@ -108,6 +108,7 @@
#include