]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies
authorThomas Graf <tgraf@infradead.org>
Wed, 17 Nov 2010 01:44:24 +0000 (01:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2010 19:05:01 +0000 (11:05 -0800)
commit5c2d8ed388ceb761f0c5bc62c4d3bb3ae909e759
treef5d22a57782538cb2fe3a794294eef72bc8ede08
parent8a51b55775fabcf1cd7eb371e59f1093d484e73c
ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies

IFLA_PROTINFO exposes timer related per device settings in jiffies.
Change it to expose these values in msecs like the sysctl interface
does.

I did not find any users of IFLA_PROTINFO which rely on any of these
values and even if there are, they are likely already broken because
there is no way for them to reliably convert such a value to another
time format.

Signed-off-by: Thomas Graf <tgraf@infradead.org>
Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c