From: Ralf Baechle <[EMAIL PROTECTED]>
Date: Sat, 29 Apr 2006 15:19:24 +0100
> Convert all ROSE sysctl time values from jiffies to ms as units.
>
> Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
Applied.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a messag
Ralf Baechle wrote :
Index: linux-net.git/net/rose/af_rose.c
===
--- linux-net.git.orig/net/rose/af_rose.c 2006-04-29 01:54:21.0
+0100
+++ linux-net.git/net/rose/af_rose.c2006-04-29 11:37:34.0 +0100
Whi
Convert all ROSE sysctl time values from jiffies to ms as units.
Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
--
include/net/rose.h | 14 +++---
net/rose/af_rose.c | 10 +-
net/rose/rose_link.c |6 --
3 files changed, 16 insertions(+), 14 deletions(-)
Index: