From: Thomas Graf Date: Wed, 17 Nov 2010 01:44:24 +0000 (+0000) Subject: ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies X-Git-Tag: v2.6.37-rc3~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93908d192686d8285dd6441ff855df92a40103d2;p=pandora-kernel.git 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 Cc: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed