[PATCH 3/3] Eleminate HZ from ROSE kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
Convert all NET/ROM 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: l

[PATCH 2/3] Eleminate HZ from NET/ROM kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
Convert all NET/ROM sysctl time values from jiffies to ms as units. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> include/net/netrom.h |8 net/netrom/af_netrom.c | 15 ++- 2 files changed, 14 insertions(+), 9 deletions(-) Index: linux-cvs/include/net/netrom.h

[PATCH 1/3] Eleminate HZ from AX.25 kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
Convert all AX.25 sysctl time values from jiffies to ms as units. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> include/net/ax25.h | 10 +++--- net/ax25/af_ax25.c | 73 + net/ax25/ax25_ds_timer.c |3 + net/ax25/sysctl_net_ax

[PATCH 0/3] Eleminate HZ from AX.25 kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
AX.25, NET/ROM and ROSE unfortunately still use jiffies as the unit of time for all their timeouts that can be configured through sysctl and it's procfs equivalents. This did result in a change of these kernel interfaces going from Linux 2.4 to 2.6 for anybody who was unlucky enough to use an affe